Shades of Dark Cerulean #0D428D
Tints of Dark Cerulean #0D428D
RGB
CMYK
RGB Variations
Color information
#0D428D (or 0x0D428D) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 8D. RGB value is (13,66,141). Sum of RGB (Red+Green+Blue) = 13+66+141=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D428D is #F2BD72. Grayscale: #3A3A3A. Windows color (decimal): -15908211 or 9257485. OLE color: 9257485.
HSL color Cylindrical-coordinate representation of color #0D428D: hue angle of 215.16º 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 #0D428D is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 66 | 141 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.45 |
| HSL | 215.16º | 0.83% | 0.3% | - |
| HSV(B) | 215.16º | 0.91% | 0.55% | - |
| XYZ | 6.92 | 5.91 | 25.97 | - |
| YUV | 58.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 141 | 0.91 | 0.53 | 0 | 0.45 | 215.16 | 0.83 | 0.3 |
| Hex | D | 42 | 8D | 5B | 35 | 0 | 2D | D7 | 53 | 1E |
| Octal | 15 | 102 | 215 | 133 | 65 | 0 | 55 | 327 | 123 | 36 |
| Binary | 1101 | 1000010 | 10001101 | 1011011 | 110101 | 0 | 101101 | 11010111 | 1010011 | 11110 |
Color Harmonies of #0D428D
Complementary color
Monochromatic Colors of #0D428D
Black with #0D428D
Text Example
Text Example
White with #0D428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D428D; }
p { color: rgb(13,66,141); }
H1.HeaderClassName
{
color: #0D428D;
}
.AnyTagClassName
{
color: #0D428D;
}
</style>
background-color css
<style>
a { background-color: #0D428D; }
a { background-color: rgb(13,66,141); }
div.DivClassName
{
background-color: #0D428D;
}
.BgClassName
{
background-color: #0D428D;
}
</style>
border-color css
<style>
span { border-color: #0D428D; }
span { border-color: rgb(13,66,141); }
td.TdClassName
{
border-color: #0D428D;
}
.TagClassName
{
border-color: #0D428D;
}
</style>