Shades of Dark Cerulean #0D457C
Tints of Dark Cerulean #0D457C
RGB
CMYK
RGB Variations
Color information
#0D457C (or 0x0D457C) is known color: Dark Cerulean. HEX triplet: 0D, 45 and 7C. RGB value is (13,69,124). Sum of RGB (Red+Green+Blue) = 13+69+124=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D457C is #F2BA83. Grayscale: #3A3A3A. Windows color (decimal): -15907460 or 8144141. OLE color: 8144141.
HSL color Cylindrical-coordinate representation of color #0D457C: hue angle of 209.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D457C is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 69 | 124 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.51 |
| HSL | 209.73º | 0.81% | 0.27% | - |
| HSV(B) | 209.73º | 0.9% | 0.49% | - |
| XYZ | 5.93 | 5.8 | 19.88 | - |
| YUV | 58.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 69 | 124 | 0.90 | 0.44 | 0 | 0.51 | 209.73 | 0.81 | 0.27 |
| Hex | D | 45 | 7C | 5A | 2C | 0 | 33 | D2 | 51 | 1B |
| Octal | 15 | 105 | 174 | 132 | 54 | 0 | 63 | 322 | 121 | 33 |
| Binary | 1101 | 1000101 | 1111100 | 1011010 | 101100 | 0 | 110011 | 11010010 | 1010001 | 11011 |
Color Harmonies of #0D457C
Complementary color
Monochromatic Colors of #0D457C
Black with #0D457C
Text Example
Text Example
White with #0D457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D457C; }
p { color: rgb(13,69,124); }
H1.HeaderClassName
{
color: #0D457C;
}
.AnyTagClassName
{
color: #0D457C;
}
</style>
background-color css
<style>
a { background-color: #0D457C; }
a { background-color: rgb(13,69,124); }
div.DivClassName
{
background-color: #0D457C;
}
.BgClassName
{
background-color: #0D457C;
}
</style>
border-color css
<style>
span { border-color: #0D457C; }
span { border-color: rgb(13,69,124); }
td.TdClassName
{
border-color: #0D457C;
}
.TagClassName
{
border-color: #0D457C;
}
</style>