Color Hex Logo

#0f283f Color Hex

#0F283F
(15,40,63)
0 Favorites   0 Comments

Color spaces of #0f283f

RGB 154063
HSL0.580.620.15
HSV209°76°25°
CMYK 0.760.370.00   0.75
XYZ1.85301.97804.9868
Yxy1.97800.21010.2243
Hunter Lab14.0641-1.0942-11.1779
CIE-Lab15.3714-0.6512-17.4682

#0f283f color RGB value is (15,40,63).

#0f283f hex color red value is 15, green value is 40 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0f283f hue: 0.58 , saturation: 0.62 and the lightness value of 0f283f is 0.15.

The process color (four color CMYK) of #0f283f color hex is 0.76, 0.37, 0.00, 0.75. Web safe color of #0f283f is #003333. Color #0f283f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101000 00111111
Octal 17 50 77
Decimal 15 40 63
Hex F 28 3F

RGB Percentages of Color #0f283f

%12.71
%33.90
%53.39

CMYK Percentages of Color #0f283f

%76
%37
%0
%75

Triadic Colors of #0f283f

#0f283f #3f0f28 #283f0f

Analogous Colors of #0f283f

#0f283f #0f103f #0f3f3e

Monochromatic Colors of #0f283f

#0f283f

Complementary Color

#0f283f #3f260f

#0f283f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f283f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f283f Color CSS Codes

.mybgcolor {background-color:#0f283f; } 
.myforecolor {color:#0f283f; }
.mybordercolor {border:3px solid #0f283f; }

#0f283f Text Font Color

<p style="color:#0f283f">Text here</p>

This sample text font color is #0f283f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f283f Background Color

<div style="background-color:#0f283f">
Div content here</div>

This div background color is #0f283f


#0f283f Border Color

<div style="border:3px solid #0f283f">
Div here</div>

This div border color is #0f283f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,40,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f283f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f283f;
  -webkit-box-shadow: 1px 1px 3px 2px #0f283f;
  box-shadow:         1px 1px 3px 2px #0f283f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,40,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f283f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f283f;
  -webkit-box-shadow: 1px 1px 3px 2px #0f283f;
  box-shadow:         1px 1px 3px 2px #0f283f;">
Div content here</div>

This div box has shadow with color #0f283f


Comments

No comments written yet.

Please login to write comment.