Color Hex Logo

#0f234b Color Hex

#0F234B
(15,35,75)
0 Favorites   0 Comments

Color spaces of #0f234b

RGB 153575
HSL0.610.670.18
HSV220°80°29°
CMYK 0.800.530.00   0.71
XYZ2.06801.81166.8973
Yxy1.81160.19190.1681
Hunter Lab13.45963.8714-20.9612
CIE-Lab14.46588.2677-27.1994

#0f234b color RGB value is (15,35,75).

#0f234b hex color red value is 15, green value is 35 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #0f234b hue: 0.61 , saturation: 0.67 and the lightness value of 0f234b is 0.18.

The process color (four color CMYK) of #0f234b color hex is 0.80, 0.53, 0.00, 0.71. Web safe color of #0f234b is #003333. Color #0f234b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100011 01001011
Octal 17 43 113
Decimal 15 35 75
Hex F 23 4B

RGB Percentages of Color #0f234b

%12.00
%28.00
%60.00

CMYK Percentages of Color #0f234b

%80
%53
%0
%71

Triadic Colors of #0f234b

#0f234b #4b0f23 #234b0f

Analogous Colors of #0f234b

#0f234b #190f4b #0f414b

Monochromatic Colors of #0f234b

#0f234b

Complementary Color

#0f234b #4b370f

#0f234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f234b Color CSS Codes

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

#0f234b Text Font Color

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

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


#0f234b Background Color

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

This div background color is #0f234b


#0f234b Border Color

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

This div border color is #0f234b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f234b


Comments

No comments written yet.

Please login to write comment.