#0D5581

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

Shades of Dark Cerulean #0D5581

Tints of Dark Cerulean #0D5581

Color information

#0D5581 (or 0x0D5581) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 55 and 81. RGB value is (13,85,129). Sum of RGB (Red+Green+Blue) = 13+85+129=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D5581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5581 is #F2AA7E. Grayscale: #444444. Windows color (decimal): -15903359 or 8475917. OLE color: 8475917.

HSL color Cylindrical-coordinate representation of color #0D5581: hue angle of 202.76º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5581 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1385129-
CMYK0.900.3400.49
HSL202.76º81.69%27.84%-
HSV(B)202.76º89.92%50.59%-
XYZ7.388.1721.96-
YUV68.49162.1588.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 129 (50.78% from 255) = 56.83%
R=5.73%
G=37.44%
B=56.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13851290.900.3400.49202.7681.6927.84
HexD55815A22031cb521c
Octal151252011324206131312234
Binary11011010101100000011011010100010011000111001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,85,129); }

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

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

 a { background-color: rgb(13,85,129); }

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

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

 span { border-color: rgb(13,85,129); }

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