Shades of Dark Cerulean #05428C
Tints of Dark Cerulean #05428C
RGB
CMYK
RGB Variations
Color information
#05428C (or 0x05428C) is known color: Dark Cerulean. HEX triplet: 05, 42 and 8C. RGB value is (5,66,140). Sum of RGB (Red+Green+Blue) = 5+66+140=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #05428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05428C is #FABD73. Grayscale: #373737. Windows color (decimal): -16432500 or 9191941. OLE color: 9191941.
HSL color Cylindrical-coordinate representation of color #05428C: hue angle of 212.89º degrees, saturation: 0.93, 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 #05428C is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 66 | 140 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.45 |
| HSL | 212.89º | 0.93% | 0.28% | - |
| HSV(B) | 212.89º | 0.96% | 0.55% | - |
| XYZ | 6.74 | 5.82 | 25.58 | - |
| YUV | 56.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 140 | 0.96 | 0.53 | 0 | 0.45 | 212.89 | 0.93 | 0.28 |
| Hex | 5 | 42 | 8C | 60 | 35 | 0 | 2D | D5 | 5D | 1C |
| Octal | 5 | 102 | 214 | 140 | 65 | 0 | 55 | 325 | 135 | 34 |
| Binary | 101 | 1000010 | 10001100 | 1100000 | 110101 | 0 | 101101 | 11010101 | 1011101 | 11100 |
Color Harmonies of #05428C
Complementary color
Monochromatic Colors of #05428C
Black with #05428C
Text Example
Text Example
White with #05428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05428C; }
p { color: rgb(5,66,140); }
H1.HeaderClassName
{
color: #05428C;
}
.AnyTagClassName
{
color: #05428C;
}
</style>
background-color css
<style>
a { background-color: #05428C; }
a { background-color: rgb(5,66,140); }
div.DivClassName
{
background-color: #05428C;
}
.BgClassName
{
background-color: #05428C;
}
</style>
border-color css
<style>
span { border-color: #05428C; }
span { border-color: rgb(5,66,140); }
td.TdClassName
{
border-color: #05428C;
}
.TagClassName
{
border-color: #05428C;
}
</style>