#0D5377

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

Shades of Dark Cerulean #0D5377

Tints of Dark Cerulean #0D5377

Color information

#0D5377 (or 0x0D5377) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 53 and 77. RGB value is (13,83,119). Sum of RGB (Red+Green+Blue) = 13+83+119=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D5377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5377 is #F2AC88. Grayscale: #414141. Windows color (decimal): -15903881 or 7820045. OLE color: 7820045.

HSL color Cylindrical-coordinate representation of color #0D5377: hue angle of 200.38º 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 #0D5377 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1383119-
CMYK0.890.3000.53
HSL200.38º80.3%25.88%-
HSV(B)200.38º89.08%46.67%-
XYZ6.597.618.57-
YUV66.17157.8190.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.05%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=6.05%
G=38.60%
B=55.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13831190.890.3000.53200.3880.325.88
HexD5377591E035c8501a
Octal151231671313606531012032
Binary110110100111110111101100111110011010111001000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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