Shades of Dark Cerulean #0D456C
Tints of Dark Cerulean #0D456C
RGB
CMYK
RGB Variations
Color information
#0D456C (or 0x0D456C) is known color: Dark Cerulean. HEX triplet: 0D, 45 and 6C. RGB value is (13,69,108). Sum of RGB (Red+Green+Blue) = 13+69+108=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D456C is #F2BA93. Grayscale: #383838. Windows color (decimal): -15907476 or 7095565. OLE color: 7095565.
HSL color Cylindrical-coordinate representation of color #0D456C: hue angle of 204.63º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D456C is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 69 | 108 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.58 |
| HSL | 204.63º | 0.79% | 0.24% | - |
| HSV(B) | 204.63º | 0.88% | 0.42% | - |
| XYZ | 5 | 5.42 | 14.97 | - |
| YUV | 56.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 108 | 0.88 | 0.36 | 0 | 0.58 | 204.63 | 0.79 | 0.24 |
| Hex | D | 45 | 6C | 58 | 24 | 0 | 3A | CD | 4F | 18 |
| Octal | 15 | 105 | 154 | 130 | 44 | 0 | 72 | 315 | 117 | 30 |
| Binary | 1101 | 1000101 | 1101100 | 1011000 | 100100 | 0 | 111010 | 11001101 | 1001111 | 11000 |
Color Harmonies of #0D456C
Complementary color
Monochromatic Colors of #0D456C
Black with #0D456C
Text Example
Text Example
White with #0D456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D456C; }
p { color: rgb(13,69,108); }
H1.HeaderClassName
{
color: #0D456C;
}
.AnyTagClassName
{
color: #0D456C;
}
</style>
background-color css
<style>
a { background-color: #0D456C; }
a { background-color: rgb(13,69,108); }
div.DivClassName
{
background-color: #0D456C;
}
.BgClassName
{
background-color: #0D456C;
}
</style>
border-color css
<style>
span { border-color: #0D456C; }
span { border-color: rgb(13,69,108); }
td.TdClassName
{
border-color: #0D456C;
}
.TagClassName
{
border-color: #0D456C;
}
</style>