Shades of Dark Cerulean #0D437E
Tints of Dark Cerulean #0D437E
RGB
CMYK
RGB Variations
Color information
#0D437E (or 0x0D437E) is known color: Dark Cerulean. HEX triplet: 0D, 43 and 7E. RGB value is (13,67,126). Sum of RGB (Red+Green+Blue) = 13+67+126=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D437E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D437E is #F2BC81. Grayscale: #393939. Windows color (decimal): -15907970 or 8274701. OLE color: 8274701.
HSL color Cylindrical-coordinate representation of color #0D437E: hue angle of 211.33º 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 #0D437E is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 67 | 126 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.51 |
| HSL | 211.33º | 0.81% | 0.27% | - |
| HSV(B) | 211.33º | 0.9% | 0.49% | - |
| XYZ | 5.94 | 5.61 | 20.51 | - |
| YUV | 57.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 126 | 0.90 | 0.47 | 0 | 0.51 | 211.33 | 0.81 | 0.27 |
| Hex | D | 43 | 7E | 5A | 2F | 0 | 33 | D3 | 51 | 1B |
| Octal | 15 | 103 | 176 | 132 | 57 | 0 | 63 | 323 | 121 | 33 |
| Binary | 1101 | 1000011 | 1111110 | 1011010 | 101111 | 0 | 110011 | 11010011 | 1010001 | 11011 |
Color Harmonies of #0D437E
Complementary color
Monochromatic Colors of #0D437E
Black with #0D437E
Text Example
Text Example
White with #0D437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D437E; }
p { color: rgb(13,67,126); }
H1.HeaderClassName
{
color: #0D437E;
}
.AnyTagClassName
{
color: #0D437E;
}
</style>
background-color css
<style>
a { background-color: #0D437E; }
a { background-color: rgb(13,67,126); }
div.DivClassName
{
background-color: #0D437E;
}
.BgClassName
{
background-color: #0D437E;
}
</style>
border-color css
<style>
span { border-color: #0D437E; }
span { border-color: rgb(13,67,126); }
td.TdClassName
{
border-color: #0D437E;
}
.TagClassName
{
border-color: #0D437E;
}
</style>