Shades of Dark Cerulean #06428E
Tints of Dark Cerulean #06428E
RGB
CMYK
RGB Variations
Color information
#06428E (or 0x06428E) is known color: Dark Cerulean. HEX triplet: 06, 42 and 8E. RGB value is (6,66,142). Sum of RGB (Red+Green+Blue) = 6+66+142=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #06428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428E is #F9BD71. Grayscale: #383838. Windows color (decimal): -16366962 or 9323014. OLE color: 9323014.
HSL color Cylindrical-coordinate representation of color #06428E: hue angle of 213.53º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428E is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 66 | 142 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.44 |
| HSL | 213.53º | 0.92% | 0.29% | - |
| HSV(B) | 213.53º | 0.96% | 0.56% | - |
| XYZ | 6.91 | 5.89 | 26.36 | - |
| YUV | 56.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 142 | 0.96 | 0.54 | 0 | 0.44 | 213.53 | 0.92 | 0.29 |
| Hex | 6 | 42 | 8E | 60 | 36 | 0 | 2C | D6 | 5C | 1D |
| Octal | 6 | 102 | 216 | 140 | 66 | 0 | 54 | 326 | 134 | 35 |
| Binary | 110 | 1000010 | 10001110 | 1100000 | 110110 | 0 | 101100 | 11010110 | 1011100 | 11101 |
Color Harmonies of #06428E
Complementary color
Monochromatic Colors of #06428E
Black with #06428E
Text Example
Text Example
White with #06428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06428E; }
p { color: rgb(6,66,142); }
H1.HeaderClassName
{
color: #06428E;
}
.AnyTagClassName
{
color: #06428E;
}
</style>
background-color css
<style>
a { background-color: #06428E; }
a { background-color: rgb(6,66,142); }
div.DivClassName
{
background-color: #06428E;
}
.BgClassName
{
background-color: #06428E;
}
</style>
border-color css
<style>
span { border-color: #06428E; }
span { border-color: rgb(6,66,142); }
td.TdClassName
{
border-color: #06428E;
}
.TagClassName
{
border-color: #06428E;
}
</style>