Shades of Dark Cerulean #00428B
Tints of Dark Cerulean #00428B
RGB
CMYK
RGB Variations
Color information
#00428B (or 0x00428B) is known color: Dark Cerulean. HEX triplet: 00, 42 and 8B. RGB value is (0,66,139). Sum of RGB (Red+Green+Blue) = 0+66+139=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #00428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00428B is #FFBD74. Grayscale: #363636. Windows color (decimal): -16760181 or 9126400. OLE color: 9126400.
HSL color Cylindrical-coordinate representation of color #00428B: hue angle of 211.51º 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 #00428B is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 66 | 139 | - |
| CMYK | 1 | 0.53 | 0 | 0.45 |
| HSL | 211.51º | 1% | 0.27% | - |
| HSV(B) | 211.51º | 1% | 0.55% | - |
| XYZ | 6.61 | 5.76 | 25.19 | - |
| YUV | 54.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 139 | 1 | 0.53 | 0 | 0.45 | 211.51 | 1 | 0.27 |
| Hex | 0 | 42 | 8B | 64 | 35 | 0 | 2D | D4 | 64 | 1B |
| Octal | 0 | 102 | 213 | 144 | 65 | 0 | 55 | 324 | 144 | 33 |
| Binary | 0 | 1000010 | 10001011 | 1100100 | 110101 | 0 | 101101 | 11010100 | 1100100 | 11011 |
Color Harmonies of #00428B
Complementary color
Monochromatic Colors of #00428B
Black with #00428B
Text Example
Text Example
White with #00428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00428B; }
p { color: rgb(0,66,139); }
H1.HeaderClassName
{
color: #00428B;
}
.AnyTagClassName
{
color: #00428B;
}
</style>
background-color css
<style>
a { background-color: #00428B; }
a { background-color: rgb(0,66,139); }
div.DivClassName
{
background-color: #00428B;
}
.BgClassName
{
background-color: #00428B;
}
</style>
border-color css
<style>
span { border-color: #00428B; }
span { border-color: rgb(0,66,139); }
td.TdClassName
{
border-color: #00428B;
}
.TagClassName
{
border-color: #00428B;
}
</style>