Shades of Dark Cerulean #00428C
Tints of Dark Cerulean #00428C
RGB
CMYK
RGB Variations
Color information
#00428C (or 0x00428C) is known color: Dark Cerulean. HEX triplet: 00, 42 and 8C. RGB value is (0,66,140). Sum of RGB (Red+Green+Blue) = 0+66+140=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #00428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00428C is #FFBD73. Grayscale: #363636. Windows color (decimal): -16760180 or 9191936. OLE color: 9191936.
HSL color Cylindrical-coordinate representation of color #00428C: hue angle of 211.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00428C is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 66 | 140 | - |
| CMYK | 1 | 0.53 | 0 | 0.45 |
| HSL | 211.71º | 1% | 0.27% | - |
| HSV(B) | 211.71º | 1% | 0.55% | - |
| XYZ | 6.68 | 5.79 | 25.58 | - |
| YUV | 54.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 140 | 1 | 0.53 | 0 | 0.45 | 211.71 | 1 | 0.27 |
| Hex | 0 | 42 | 8C | 64 | 35 | 0 | 2D | D4 | 64 | 1B |
| Octal | 0 | 102 | 214 | 144 | 65 | 0 | 55 | 324 | 144 | 33 |
| Binary | 0 | 1000010 | 10001100 | 1100100 | 110101 | 0 | 101101 | 11010100 | 1100100 | 11011 |
Color Harmonies of #00428C
Complementary color
Monochromatic Colors of #00428C
Black with #00428C
Text Example
Text Example
White with #00428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00428C; }
p { color: rgb(0,66,140); }
H1.HeaderClassName
{
color: #00428C;
}
.AnyTagClassName
{
color: #00428C;
}
</style>
background-color css
<style>
a { background-color: #00428C; }
a { background-color: rgb(0,66,140); }
div.DivClassName
{
background-color: #00428C;
}
.BgClassName
{
background-color: #00428C;
}
</style>
border-color css
<style>
span { border-color: #00428C; }
span { border-color: rgb(0,66,140); }
td.TdClassName
{
border-color: #00428C;
}
.TagClassName
{
border-color: #00428C;
}
</style>