Color Hex Logo

#0f20cf Color Hex

#0F20CF
(15,32,207)
0 Favorites   0 Comments

Color spaces of #0f20cf

RGB 1532207
HSL0.650.860.44
HSV235°93°81°
CMYK 0.930.850.00   0.19
XYZ11.97605.639659.4888
Yxy5.63960.15530.0731
Hunter Lab23.747848.4586-131.8991
CIE-Lab28.484458.9225-86.8043

#0f20cf color RGB value is (15,32,207).

#0f20cf hex color red value is 15, green value is 32 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0f20cf hue: 0.65 , saturation: 0.86 and the lightness value of 0f20cf is 0.44.

The process color (four color CMYK) of #0f20cf color hex is 0.93, 0.85, 0.00, 0.19. Web safe color of #0f20cf is #0033cc. Color #0f20cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100000 11001111
Octal 17 40 317
Decimal 15 32 207
Hex F 20 CF

RGB Percentages of Color #0f20cf

%5.91
%12.60
%81.50

CMYK Percentages of Color #0f20cf

%93
%85
%0
%19

Triadic Colors of #0f20cf

#0f20cf #cf0f20 #20cf0f

Analogous Colors of #0f20cf

#0f20cf #5e0fcf #0f80cf

Monochromatic Colors of #0f20cf

#0f20cf

Complementary Color

#0f20cf #cfbe0f

#0f20cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f20cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f20cf Color CSS Codes

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

#0f20cf Text Font Color

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

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


#0f20cf Background Color

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

This div background color is #0f20cf


#0f20cf Border Color

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

This div border color is #0f20cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f20cf


Comments

No comments written yet.

Please login to write comment.