Color Hex Logo

#0f3844 Color Hex

#0F3844
(15,56,68)
0 Favorites   0 Comments

Color spaces of #0f3844

RGB 155668
HSL0.540.640.16
HSV194°78°27°
CMYK 0.780.180.00   0.73
XYZ2.65463.34735.9750
Yxy3.34730.22160.2795
Hunter Lab18.2956-6.1179-6.5560
CIE-Lab21.3843-9.4377-11.5458

#0f3844 color RGB value is (15,56,68).

#0f3844 hex color red value is 15, green value is 56 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #0f3844 hue: 0.54 , saturation: 0.64 and the lightness value of 0f3844 is 0.16.

The process color (four color CMYK) of #0f3844 color hex is 0.78, 0.18, 0.00, 0.73. Web safe color of #0f3844 is #003333. Color #0f3844 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111000 01000100
Octal 17 70 104
Decimal 15 56 68
Hex F 38 44

RGB Percentages of Color #0f3844

%10.79
%40.29
%48.92

CMYK Percentages of Color #0f3844

%78
%18
%0
%73

Triadic Colors of #0f3844

#0f3844 #440f38 #38440f

Analogous Colors of #0f3844

#0f3844 #0f1e44 #0f4436

Monochromatic Colors of #0f3844

#0f3844

Complementary Color

#0f3844 #441b0f

#0f3844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3844 Color CSS Codes

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

#0f3844 Text Font Color

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

This sample text font color is #0f3844
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.


#0f3844 Background Color

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

This div background color is #0f3844


#0f3844 Border Color

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

This div border color is #0f3844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3844


Comments

No comments written yet.

Please login to write comment.