Color Hex Logo

#0d72cf Color Hex

#0D72CF
(13,114,207)
0 Favorites   0 Comments

Color spaces of #0d72cf

RGB 13114207
HSL0.580.880.43
HSV209°94°81°
CMYK 0.940.450.00   0.19
XYZ17.445816.625261.3210
Yxy16.62520.18290.1743
Hunter Lab40.77405.0195-60.6258
CIE-Lab47.78439.2220-55.1902

#0d72cf color RGB value is (13,114,207).

#0d72cf hex color red value is 13, green value is 114 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0d72cf hue: 0.58 , saturation: 0.88 and the lightness value of 0d72cf is 0.43.

The process color (four color CMYK) of #0d72cf color hex is 0.94, 0.45, 0.00, 0.19. Web safe color of #0d72cf is #0066cc. Color #0d72cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110010 11001111
Octal 15 162 317
Decimal 13 114 207
Hex D 72 CF

RGB Percentages of Color #0d72cf

%3.89
%34.13
%61.98

CMYK Percentages of Color #0d72cf

%94
%45
%0
%19

Triadic Colors of #0d72cf

#0d72cf #cf0d72 #72cf0d

Analogous Colors of #0d72cf

#0d72cf #0d11cf #0dcfcb

Monochromatic Colors of #0d72cf

#0d72cf

Complementary Color

#0d72cf #cf6a0d

#0d72cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d72cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d72cf Color CSS Codes

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

#0d72cf Text Font Color

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

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


#0d72cf Background Color

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

This div background color is #0d72cf


#0d72cf Border Color

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

This div border color is #0d72cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,114,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 #0d72cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d72cf


Comments

No comments written yet.

Please login to write comment.