Shades of Dark Cerulean #05458A
Tints of Dark Cerulean #05458A
RGB
CMYK
RGB Variations
Color information
#05458A (or 0x05458A) is known color: Dark Cerulean. HEX triplet: 05, 45 and 8A. RGB value is (5,69,138). Sum of RGB (Red+Green+Blue) = 5+69+138=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #05458A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05458A is #FABA75. Grayscale: #393939. Windows color (decimal): -16431734 or 9061637. OLE color: 9061637.
HSL color Cylindrical-coordinate representation of color #05458A: hue angle of 211.13º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05458A is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 69 | 138 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.46 |
| HSL | 211.13º | 0.93% | 0.28% | - |
| HSV(B) | 211.13º | 0.96% | 0.54% | - |
| XYZ | 6.78 | 6.12 | 24.87 | - |
| YUV | 57.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 138 | 0.96 | 0.5 | 0 | 0.46 | 211.13 | 0.93 | 0.28 |
| Hex | 5 | 45 | 8A | 60 | 32 | 0 | 2E | D3 | 5D | 1C |
| Octal | 5 | 105 | 212 | 140 | 62 | 0 | 56 | 323 | 135 | 34 |
| Binary | 101 | 1000101 | 10001010 | 1100000 | 110010 | 0 | 101110 | 11010011 | 1011101 | 11100 |
Color Harmonies of #05458A
Complementary color
Monochromatic Colors of #05458A
Black with #05458A
Text Example
Text Example
White with #05458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05458A; }
p { color: rgb(5,69,138); }
H1.HeaderClassName
{
color: #05458A;
}
.AnyTagClassName
{
color: #05458A;
}
</style>
background-color css
<style>
a { background-color: #05458A; }
a { background-color: rgb(5,69,138); }
div.DivClassName
{
background-color: #05458A;
}
.BgClassName
{
background-color: #05458A;
}
</style>
border-color css
<style>
span { border-color: #05458A; }
span { border-color: rgb(5,69,138); }
td.TdClassName
{
border-color: #05458A;
}
.TagClassName
{
border-color: #05458A;
}
</style>