Shades of Dark Cerulean #06428D
Tints of Dark Cerulean #06428D
RGB
CMYK
RGB Variations
Color information
#06428D (or 0x06428D) is known color: Dark Cerulean. HEX triplet: 06, 42 and 8D. RGB value is (6,66,141). Sum of RGB (Red+Green+Blue) = 6+66+141=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #06428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428D is #F9BD72. Grayscale: #383838. Windows color (decimal): -16366963 or 9257478. OLE color: 9257478.
HSL color Cylindrical-coordinate representation of color #06428D: hue angle of 213.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428D is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 66 | 141 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.45 |
| HSL | 213.33º | 0.92% | 0.29% | - |
| HSV(B) | 213.33º | 0.96% | 0.55% | - |
| XYZ | 6.83 | 5.86 | 25.97 | - |
| YUV | 56.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 141 | 0.96 | 0.53 | 0 | 0.45 | 213.33 | 0.92 | 0.29 |
| Hex | 6 | 42 | 8D | 60 | 35 | 0 | 2D | D5 | 5C | 1D |
| Octal | 6 | 102 | 215 | 140 | 65 | 0 | 55 | 325 | 134 | 35 |
| Binary | 110 | 1000010 | 10001101 | 1100000 | 110101 | 0 | 101101 | 11010101 | 1011100 | 11101 |
Color Harmonies of #06428D
Complementary color
Monochromatic Colors of #06428D
Black with #06428D
Text Example
Text Example
White with #06428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06428D; }
p { color: rgb(6,66,141); }
H1.HeaderClassName
{
color: #06428D;
}
.AnyTagClassName
{
color: #06428D;
}
</style>
background-color css
<style>
a { background-color: #06428D; }
a { background-color: rgb(6,66,141); }
div.DivClassName
{
background-color: #06428D;
}
.BgClassName
{
background-color: #06428D;
}
</style>
border-color css
<style>
span { border-color: #06428D; }
span { border-color: rgb(6,66,141); }
td.TdClassName
{
border-color: #06428D;
}
.TagClassName
{
border-color: #06428D;
}
</style>