Shades of Dark Cerulean #0D468B
Tints of Dark Cerulean #0D468B
RGB
CMYK
RGB Variations
Color information
#0D468B (or 0x0D468B) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 8B. RGB value is (13,70,139). Sum of RGB (Red+Green+Blue) = 13+70+139=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D468B is #F2B974. Grayscale: #3C3C3C. Windows color (decimal): -15907189 or 9127437. OLE color: 9127437.
HSL color Cylindrical-coordinate representation of color #0D468B: hue angle of 212.86º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D468B is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 70 | 139 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.45 |
| HSL | 212.86º | 0.83% | 0.3% | - |
| HSV(B) | 212.86º | 0.91% | 0.55% | - |
| XYZ | 7.02 | 6.33 | 25.28 | - |
| YUV | 60.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 139 | 0.91 | 0.50 | 0 | 0.45 | 212.86 | 0.83 | 0.3 |
| Hex | D | 46 | 8B | 5B | 32 | 0 | 2D | D5 | 53 | 1E |
| Octal | 15 | 106 | 213 | 133 | 62 | 0 | 55 | 325 | 123 | 36 |
| Binary | 1101 | 1000110 | 10001011 | 1011011 | 110010 | 0 | 101101 | 11010101 | 1010011 | 11110 |
Color Harmonies of #0D468B
Complementary color
Monochromatic Colors of #0D468B
Black with #0D468B
Text Example
Text Example
White with #0D468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D468B; }
p { color: rgb(13,70,139); }
H1.HeaderClassName
{
color: #0D468B;
}
.AnyTagClassName
{
color: #0D468B;
}
</style>
background-color css
<style>
a { background-color: #0D468B; }
a { background-color: rgb(13,70,139); }
div.DivClassName
{
background-color: #0D468B;
}
.BgClassName
{
background-color: #0D468B;
}
</style>
border-color css
<style>
span { border-color: #0D468B; }
span { border-color: rgb(13,70,139); }
td.TdClassName
{
border-color: #0D468B;
}
.TagClassName
{
border-color: #0D468B;
}
</style>