Shades of Dark Cerulean #0D4580
Tints of Dark Cerulean #0D4580
RGB
CMYK
RGB Variations
Color information
#0D4580 (or 0x0D4580) is known color: Dark Cerulean. HEX triplet: 0D, 45 and 80. RGB value is (13,69,128). Sum of RGB (Red+Green+Blue) = 13+69+128=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #0D4580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4580 is #F2BA7F. Grayscale: #3A3A3A. Windows color (decimal): -15907456 or 8406285. OLE color: 8406285.
HSL color Cylindrical-coordinate representation of color #0D4580: hue angle of 210.78º 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 #0D4580 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 69 | 128 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.50 |
| HSL | 210.78º | 0.82% | 0.28% | - |
| HSV(B) | 210.78º | 0.9% | 0.5% | - |
| XYZ | 6.19 | 5.9 | 21.23 | - |
| YUV | 58.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 128 | 0.90 | 0.46 | 0 | 0.50 | 210.78 | 0.82 | 0.28 |
| Hex | D | 45 | 80 | 5A | 2E | 0 | 32 | D3 | 52 | 1C |
| Octal | 15 | 105 | 200 | 132 | 56 | 0 | 62 | 323 | 122 | 34 |
| Binary | 1101 | 1000101 | 10000000 | 1011010 | 101110 | 0 | 110010 | 11010011 | 1010010 | 11100 |
Color Harmonies of #0D4580
Complementary color
Monochromatic Colors of #0D4580
Black with #0D4580
Text Example
Text Example
White with #0D4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4580; }
p { color: rgb(13,69,128); }
H1.HeaderClassName
{
color: #0D4580;
}
.AnyTagClassName
{
color: #0D4580;
}
</style>
background-color css
<style>
a { background-color: #0D4580; }
a { background-color: rgb(13,69,128); }
div.DivClassName
{
background-color: #0D4580;
}
.BgClassName
{
background-color: #0D4580;
}
</style>
border-color css
<style>
span { border-color: #0D4580; }
span { border-color: rgb(13,69,128); }
td.TdClassName
{
border-color: #0D4580;
}
.TagClassName
{
border-color: #0D4580;
}
</style>