Shades of Dark Cerulean #08428B
Tints of Dark Cerulean #08428B
RGB
CMYK
RGB Variations
Color information
#08428B (or 0x08428B) is known color: Dark Cerulean. HEX triplet: 08, 42 and 8B. RGB value is (8,66,139). Sum of RGB (Red+Green+Blue) = 8+66+139=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #08428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08428B is #F7BD74. Grayscale: #383838. Windows color (decimal): -16235893 or 9126408. OLE color: 9126408.
HSL color Cylindrical-coordinate representation of color #08428B: hue angle of 213.44º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08428B is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 66 | 139 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.45 |
| HSL | 213.44º | 0.89% | 0.29% | - |
| HSV(B) | 213.44º | 0.94% | 0.55% | - |
| XYZ | 6.71 | 5.81 | 25.19 | - |
| YUV | 56.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 139 | 0.94 | 0.53 | 0 | 0.45 | 213.44 | 0.89 | 0.29 |
| Hex | 8 | 42 | 8B | 5E | 35 | 0 | 2D | D5 | 59 | 1D |
| Octal | 10 | 102 | 213 | 136 | 65 | 0 | 55 | 325 | 131 | 35 |
| Binary | 1000 | 1000010 | 10001011 | 1011110 | 110101 | 0 | 101101 | 11010101 | 1011001 | 11101 |
Color Harmonies of #08428B
Complementary color
Monochromatic Colors of #08428B
Black with #08428B
Text Example
Text Example
White with #08428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08428B; }
p { color: rgb(8,66,139); }
H1.HeaderClassName
{
color: #08428B;
}
.AnyTagClassName
{
color: #08428B;
}
</style>
background-color css
<style>
a { background-color: #08428B; }
a { background-color: rgb(8,66,139); }
div.DivClassName
{
background-color: #08428B;
}
.BgClassName
{
background-color: #08428B;
}
</style>
border-color css
<style>
span { border-color: #08428B; }
span { border-color: rgb(8,66,139); }
td.TdClassName
{
border-color: #08428B;
}
.TagClassName
{
border-color: #08428B;
}
</style>