Color Hex Logo

#0f203e Color Hex

#0F203E
(15,32,62)
0 Favorites   0 Comments

Color spaces of #0f203e

RGB 153262
HSL0.610.610.15
HSV218°76°24°
CMYK 0.760.480.00   0.76
XYZ1.58301.48244.7601
Yxy1.48240.20230.1894
Hunter Lab12.17541.9010-14.6573
CIE-Lab12.49574.8618-21.3250

#0f203e color RGB value is (15,32,62).

#0f203e hex color red value is 15, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0f203e hue: 0.61 , saturation: 0.61 and the lightness value of 0f203e is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100000 00111110
Octal 17 40 76
Decimal 15 32 62
Hex F 20 3E

RGB Percentages of Color #0f203e

%13.76
%29.36
%56.88

CMYK Percentages of Color #0f203e

%76
%48
%0
%76

Triadic Colors of #0f203e

#0f203e #3e0f20 #203e0f

Analogous Colors of #0f203e

#0f203e #160f3e #0f383e

Monochromatic Colors of #0f203e

#0f203e

Complementary Color

#0f203e #3e2d0f

#0f203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f203e Color CSS Codes

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

#0f203e Text Font Color

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

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


#0f203e Background Color

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

This div background color is #0f203e


#0f203e Border Color

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

This div border color is #0f203e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f203e

#0f203e Color Palettes


Comments

No comments written yet.

Please login to write comment.