#0D5374

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

Shades of Dark Cerulean #0D5374

Tints of Dark Cerulean #0D5374

Color information

#0D5374 (or 0x0D5374) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 53 and 74. RGB value is (13,83,116). Sum of RGB (Red+Green+Blue) = 13+83+116=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #0D5374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5374 is #F2AC8B. Grayscale: #414141. Windows color (decimal): -15903884 or 7623437. OLE color: 7623437.

HSL color Cylindrical-coordinate representation of color #0D5374: hue angle of 199.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D5374 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1383116-
CMYK0.890.2800.55
HSL199.22º79.84%25.29%-
HSV(B)199.22º88.79%45.49%-
XYZ6.417.5317.64-
YUV65.83156.3190.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=6.13%
G=39.15%
B=54.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13831160.890.2800.55199.2279.8425.29
HexD5374591C037c75019
Octal151231641313406730712031
Binary110110100111110100101100111100011011111000111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,116); }

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

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

 a { background-color: rgb(13,83,116); }

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

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

 span { border-color: rgb(13,83,116); }

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