Shades of Dark Cerulean #06428B
Tints of Dark Cerulean #06428B
RGB
CMYK
RGB Variations
Color information
#06428B (or 0x06428B) is known color: Dark Cerulean. HEX triplet: 06, 42 and 8B. RGB value is (6,66,139). Sum of RGB (Red+Green+Blue) = 6+66+139=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #06428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428B is #F9BD74. Grayscale: #383838. Windows color (decimal): -16366965 or 9126406. OLE color: 9126406.
HSL color Cylindrical-coordinate representation of color #06428B: hue angle of 212.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428B is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 66 | 139 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.45 |
| HSL | 212.93º | 0.92% | 0.28% | - |
| HSV(B) | 212.93º | 0.96% | 0.55% | - |
| XYZ | 6.68 | 5.8 | 25.19 | - |
| YUV | 56.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 139 | 0.96 | 0.53 | 0 | 0.45 | 212.93 | 0.92 | 0.28 |
| Hex | 6 | 42 | 8B | 60 | 35 | 0 | 2D | D5 | 5C | 1C |
| Octal | 6 | 102 | 213 | 140 | 65 | 0 | 55 | 325 | 134 | 34 |
| Binary | 110 | 1000010 | 10001011 | 1100000 | 110101 | 0 | 101101 | 11010101 | 1011100 | 11100 |
Color Harmonies of #06428B
Complementary color
Monochromatic Colors of #06428B
Black with #06428B
Text Example
Text Example
White with #06428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06428B; }
p { color: rgb(6,66,139); }
H1.HeaderClassName
{
color: #06428B;
}
.AnyTagClassName
{
color: #06428B;
}
</style>
background-color css
<style>
a { background-color: #06428B; }
a { background-color: rgb(6,66,139); }
div.DivClassName
{
background-color: #06428B;
}
.BgClassName
{
background-color: #06428B;
}
</style>
border-color css
<style>
span { border-color: #06428B; }
span { border-color: rgb(6,66,139); }
td.TdClassName
{
border-color: #06428B;
}
.TagClassName
{
border-color: #06428B;
}
</style>