Shades of Dark Cerulean #0D558A
Tints of Dark Cerulean #0D558A
RGB
CMYK
RGB Variations
Color information
#0D558A (or 0x0D558A) is known color: Dark Cerulean. HEX triplet: 0D, 55 and 8A. RGB value is (13,85,138). Sum of RGB (Red+Green+Blue) = 13+85+138=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D558A is #F2AA75. Grayscale: #454545. Windows color (decimal): -15903350 or 9065741. OLE color: 9065741.
HSL color Cylindrical-coordinate representation of color #0D558A: hue angle of 205.44º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D558A is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 85 | 138 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.46 |
| HSL | 205.44º | 0.83% | 0.3% | - |
| HSV(B) | 205.44º | 0.91% | 0.54% | - |
| XYZ | 8 | 8.42 | 25.25 | - |
| YUV | 69.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 138 | 0.91 | 0.38 | 0 | 0.46 | 205.44 | 0.83 | 0.3 |
| Hex | D | 55 | 8A | 5B | 26 | 0 | 2E | CD | 53 | 1E |
| Octal | 15 | 125 | 212 | 133 | 46 | 0 | 56 | 315 | 123 | 36 |
| Binary | 1101 | 1010101 | 10001010 | 1011011 | 100110 | 0 | 101110 | 11001101 | 1010011 | 11110 |
Color Harmonies of #0D558A
Complementary color
Monochromatic Colors of #0D558A
Black with #0D558A
Text Example
Text Example
White with #0D558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D558A; }
p { color: rgb(13,85,138); }
H1.HeaderClassName
{
color: #0D558A;
}
.AnyTagClassName
{
color: #0D558A;
}
</style>
background-color css
<style>
a { background-color: #0D558A; }
a { background-color: rgb(13,85,138); }
div.DivClassName
{
background-color: #0D558A;
}
.BgClassName
{
background-color: #0D558A;
}
</style>
border-color css
<style>
span { border-color: #0D558A; }
span { border-color: rgb(13,85,138); }
td.TdClassName
{
border-color: #0D558A;
}
.TagClassName
{
border-color: #0D558A;
}
</style>