Shades of Dark Cerulean #05466E
Tints of Dark Cerulean #05466E
RGB
CMYK
RGB Variations
Color information
#05466E (or 0x05466E) is known color: Dark Cerulean. HEX triplet: 05, 46 and 6E. RGB value is (5,70,110). Sum of RGB (Red+Green+Blue) = 5+70+110=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #05466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05466E is #FAB991. Grayscale: #363636. Windows color (decimal): -16431506 or 7226885. OLE color: 7226885.
HSL color Cylindrical-coordinate representation of color #05466E: hue angle of 202.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05466E is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 70 | 110 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.57 |
| HSL | 202.86º | 0.91% | 0.23% | - |
| HSV(B) | 202.86º | 0.95% | 0.43% | - |
| XYZ | 5.07 | 5.54 | 15.55 | - |
| YUV | 55.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 110 | 0.95 | 0.36 | 0 | 0.57 | 202.86 | 0.91 | 0.23 |
| Hex | 5 | 46 | 6E | 5F | 24 | 0 | 39 | CB | 5B | 17 |
| Octal | 5 | 106 | 156 | 137 | 44 | 0 | 71 | 313 | 133 | 27 |
| Binary | 101 | 1000110 | 1101110 | 1011111 | 100100 | 0 | 111001 | 11001011 | 1011011 | 10111 |
Color Harmonies of #05466E
Complementary color
Monochromatic Colors of #05466E
Black with #05466E
Text Example
Text Example
White with #05466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05466E; }
p { color: rgb(5,70,110); }
H1.HeaderClassName
{
color: #05466E;
}
.AnyTagClassName
{
color: #05466E;
}
</style>
background-color css
<style>
a { background-color: #05466E; }
a { background-color: rgb(5,70,110); }
div.DivClassName
{
background-color: #05466E;
}
.BgClassName
{
background-color: #05466E;
}
</style>
border-color css
<style>
span { border-color: #05466E; }
span { border-color: rgb(5,70,110); }
td.TdClassName
{
border-color: #05466E;
}
.TagClassName
{
border-color: #05466E;
}
</style>