Shades of Dark Cerulean #0D467F
Tints of Dark Cerulean #0D467F
RGB
CMYK
RGB Variations
Color information
#0D467F (or 0x0D467F) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 7F. RGB value is (13,70,127). Sum of RGB (Red+Green+Blue) = 13+70+127=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D467F is #F2B980. Grayscale: #3B3B3B. Windows color (decimal): -15907201 or 8341005. OLE color: 8341005.
HSL color Cylindrical-coordinate representation of color #0D467F: hue angle of 210º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D467F is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 70 | 127 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.50 |
| HSL | 210º | 0.81% | 0.27% | - |
| HSV(B) | 210º | 0.9% | 0.5% | - |
| XYZ | 6.19 | 6 | 20.91 | - |
| YUV | 59.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 127 | 0.90 | 0.45 | 0 | 0.50 | 210 | 0.81 | 0.27 |
| Hex | D | 46 | 7F | 5A | 2D | 0 | 32 | D2 | 51 | 1B |
| Octal | 15 | 106 | 177 | 132 | 55 | 0 | 62 | 322 | 121 | 33 |
| Binary | 1101 | 1000110 | 1111111 | 1011010 | 101101 | 0 | 110010 | 11010010 | 1010001 | 11011 |
Color Harmonies of #0D467F
Complementary color
Monochromatic Colors of #0D467F
Black with #0D467F
Text Example
Text Example
White with #0D467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D467F; }
p { color: rgb(13,70,127); }
H1.HeaderClassName
{
color: #0D467F;
}
.AnyTagClassName
{
color: #0D467F;
}
</style>
background-color css
<style>
a { background-color: #0D467F; }
a { background-color: rgb(13,70,127); }
div.DivClassName
{
background-color: #0D467F;
}
.BgClassName
{
background-color: #0D467F;
}
</style>
border-color css
<style>
span { border-color: #0D467F; }
span { border-color: rgb(13,70,127); }
td.TdClassName
{
border-color: #0D467F;
}
.TagClassName
{
border-color: #0D467F;
}
</style>