#0D5171

Color #0D5171 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0D5171

Tints of Dark Cerulean #0D5171

Color information

#0D5171 (or 0x0D5171) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 51 and 71. RGB value is (13,81,113). Sum of RGB (Red+Green+Blue) = 13+81+113=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D5171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5171 is #F2AE8E. Grayscale: #404040. Windows color (decimal): -15904399 or 7426317. OLE color: 7426317.

HSL color Cylindrical-coordinate representation of color #0D5171: hue angle of 199.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D5171 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1381113-
CMYK0.880.2800.56
HSL199.2º79.37%24.71%-
HSV(B)199.2º88.5%44.31%-
XYZ6.097.1616.68-
YUV64.32155.4791.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=6.28%
G=39.13%
B=54.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13811130.880.2800.56199.279.3724.71
HexD5171581C038c74f19
Octal151211611303407030711731
Binary110110100011110001101100011100011100011000111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D5171; }

 p { color: rgb(13,81,113); }

 H1.HeaderClassName
 {
   color: #0D5171;
 }
 .AnyTagClassName
 {
   color: #0D5171;
 }
</style>
background-color css

<style>
 a { background-color: #0D5171; }

 a { background-color: rgb(13,81,113); }

 div.DivClassName
 {
   background-color: #0D5171;
 }
 .BgClassName
 {
   background-color: #0D5171;
 }
</style>
border-color css

<style>
 span { border-color: #0D5171; }

 span { border-color: rgb(13,81,113); }

 td.TdClassName
 {
   border-color: #0D5171;
 }
 .TagClassName
 {
   border-color: #0D5171;
 }
</style>