#0D5788

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

Shades of Dark Cerulean #0D5788

Tints of Dark Cerulean #0D5788

Color information

#0D5788 (or 0x0D5788) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 57 and 88. RGB value is (13,87,136). Sum of RGB (Red+Green+Blue) = 13+87+136=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D5788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5788 is #F2A877. Grayscale: #464646. Windows color (decimal): -15902840 or 8935181. OLE color: 8935181.

HSL color Cylindrical-coordinate representation of color #0D5788: hue angle of 203.9º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5788 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1387136-
CMYK0.900.3600.47
HSL203.9º82.55%29.22%-
HSV(B)203.9º90.44%53.33%-
XYZ8.028.6824.55-
YUV70.46164.9887.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 136 (53.52% from 255) = 57.63%
R=5.51%
G=36.86%
B=57.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13871360.900.3600.47203.982.5529.22
HexD57885A2402Fcc531d
Octal151272101324405731412335
Binary11011010111100010001011010100100010111111001100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,136); }

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

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

 a { background-color: rgb(13,87,136); }

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

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

 span { border-color: rgb(13,87,136); }

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