Shades of Dark Cerulean #01428C
Tints of Dark Cerulean #01428C
RGB
CMYK
RGB Variations
Color information
#01428C (or 0x01428C) is known color: Dark Cerulean. HEX triplet: 01, 42 and 8C. RGB value is (1,66,140). Sum of RGB (Red+Green+Blue) = 1+66+140=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #01428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01428C is #FEBD73. Grayscale: #363636. Windows color (decimal): -16694644 or 9191937. OLE color: 9191937.
HSL color Cylindrical-coordinate representation of color #01428C: hue angle of 211.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01428C is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 66 | 140 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.45 |
| HSL | 211.94º | 0.99% | 0.28% | - |
| HSV(B) | 211.94º | 0.99% | 0.55% | - |
| XYZ | 6.69 | 5.8 | 25.58 | - |
| YUV | 55 | 175.97 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 140 | 0.99 | 0.53 | 0 | 0.45 | 211.94 | 0.99 | 0.28 |
| Hex | 1 | 42 | 8C | 63 | 35 | 0 | 2D | D4 | 63 | 1C |
| Octal | 1 | 102 | 214 | 143 | 65 | 0 | 55 | 324 | 143 | 34 |
| Binary | 1 | 1000010 | 10001100 | 1100011 | 110101 | 0 | 101101 | 11010100 | 1100011 | 11100 |
Color Harmonies of #01428C
Complementary color
Monochromatic Colors of #01428C
Black with #01428C
Text Example
Text Example
White with #01428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01428C; }
p { color: rgb(1,66,140); }
H1.HeaderClassName
{
color: #01428C;
}
.AnyTagClassName
{
color: #01428C;
}
</style>
background-color css
<style>
a { background-color: #01428C; }
a { background-color: rgb(1,66,140); }
div.DivClassName
{
background-color: #01428C;
}
.BgClassName
{
background-color: #01428C;
}
</style>
border-color css
<style>
span { border-color: #01428C; }
span { border-color: rgb(1,66,140); }
td.TdClassName
{
border-color: #01428C;
}
.TagClassName
{
border-color: #01428C;
}
</style>