Shades of Dark Cerulean #05466D
Tints of Dark Cerulean #05466D
RGB
CMYK
RGB Variations
Color information
#05466D (or 0x05466D) is known color: Dark Cerulean. HEX triplet: 05, 46 and 6D. RGB value is (5,70,109). Sum of RGB (Red+Green+Blue) = 5+70+109=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #05466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05466D is #FAB992. Grayscale: #363636. Windows color (decimal): -16431507 or 7161349. OLE color: 7161349.
HSL color Cylindrical-coordinate representation of color #05466D: hue angle of 202.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05466D is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 70 | 109 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.57 |
| HSL | 202.5º | 0.91% | 0.22% | - |
| HSV(B) | 202.5º | 0.95% | 0.43% | - |
| XYZ | 5.01 | 5.52 | 15.27 | - |
| YUV | 55.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 109 | 0.95 | 0.36 | 0 | 0.57 | 202.5 | 0.91 | 0.22 |
| Hex | 5 | 46 | 6D | 5F | 24 | 0 | 39 | CA | 5B | 16 |
| Octal | 5 | 106 | 155 | 137 | 44 | 0 | 71 | 312 | 133 | 26 |
| Binary | 101 | 1000110 | 1101101 | 1011111 | 100100 | 0 | 111001 | 11001010 | 1011011 | 10110 |
Color Harmonies of #05466D
Complementary color
Monochromatic Colors of #05466D
Black with #05466D
Text Example
Text Example
White with #05466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05466D; }
p { color: rgb(5,70,109); }
H1.HeaderClassName
{
color: #05466D;
}
.AnyTagClassName
{
color: #05466D;
}
</style>
background-color css
<style>
a { background-color: #05466D; }
a { background-color: rgb(5,70,109); }
div.DivClassName
{
background-color: #05466D;
}
.BgClassName
{
background-color: #05466D;
}
</style>
border-color css
<style>
span { border-color: #05466D; }
span { border-color: rgb(5,70,109); }
td.TdClassName
{
border-color: #05466D;
}
.TagClassName
{
border-color: #05466D;
}
</style>