Shades of Dark Cerulean #0D5580
Tints of Dark Cerulean #0D5580
RGB
CMYK
RGB Variations
Color information
#0D5580 (or 0x0D5580) is known color: Dark Cerulean. HEX triplet: 0D, 55 and 80. RGB value is (13,85,128). Sum of RGB (Red+Green+Blue) = 13+85+128=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D5580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5580 is #F2AA7F. Grayscale: #444444. Windows color (decimal): -15903360 or 8410381. OLE color: 8410381.
HSL color Cylindrical-coordinate representation of color #0D5580: hue angle of 202.43º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5580 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 85 | 128 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.50 |
| HSL | 202.43º | 0.82% | 0.28% | - |
| HSV(B) | 202.43º | 0.9% | 0.5% | - |
| XYZ | 7.31 | 8.14 | 21.61 | - |
| YUV | 68.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 128 | 0.90 | 0.34 | 0 | 0.50 | 202.43 | 0.82 | 0.28 |
| Hex | D | 55 | 80 | 5A | 22 | 0 | 32 | CA | 52 | 1C |
| Octal | 15 | 125 | 200 | 132 | 42 | 0 | 62 | 312 | 122 | 34 |
| Binary | 1101 | 1010101 | 10000000 | 1011010 | 100010 | 0 | 110010 | 11001010 | 1010010 | 11100 |
Color Harmonies of #0D5580
Complementary color
Monochromatic Colors of #0D5580
Black with #0D5580
Text Example
Text Example
White with #0D5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5580; }
p { color: rgb(13,85,128); }
H1.HeaderClassName
{
color: #0D5580;
}
.AnyTagClassName
{
color: #0D5580;
}
</style>
background-color css
<style>
a { background-color: #0D5580; }
a { background-color: rgb(13,85,128); }
div.DivClassName
{
background-color: #0D5580;
}
.BgClassName
{
background-color: #0D5580;
}
</style>
border-color css
<style>
span { border-color: #0D5580; }
span { border-color: rgb(13,85,128); }
td.TdClassName
{
border-color: #0D5580;
}
.TagClassName
{
border-color: #0D5580;
}
</style>