#0d4377

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

Shades of Dark Cerulean #0D4377

Tints of Dark Cerulean #0D4377

Color information

#0D4377 (or 0x0D4377) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 43 and 77. RGB value is (13,67,119). Sum of RGB (Red+Green+Blue) = 13+67+119=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D4377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4377 is #F2BC88. Grayscale: #383838. Windows color (decimal): -15907977 or 7815949. OLE color: 7815949.

HSL color Cylindrical-coordinate representation of color #0D4377: hue angle of 209.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4377 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1367119-
CMYK0.890.4400.53
HSL209.43º80.3%25.88%-
HSV(B)209.43º89.08%46.67%-
XYZ5.55.4318.21-
YUV56.78163.1196.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=6.53%
G=33.67%
B=59.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13671190.890.4400.53209.4380.325.88
HexD4377592C035d1501a
Octal151031671315406532112032
Binary1101100001111101111011001101100011010111010001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,119); }

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

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

 a { background-color: rgb(13,67,119); }

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

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

 span { border-color: rgb(13,67,119); }

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