Shades of Dark Cerulean #05486C
Tints of Dark Cerulean #05486C
RGB
CMYK
RGB Variations
Color information
#05486C (or 0x05486C) is known color: Dark Cerulean. HEX triplet: 05, 48 and 6C. RGB value is (5,72,108). Sum of RGB (Red+Green+Blue) = 5+72+108=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #05486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05486C is #FAB793. Grayscale: #373737. Windows color (decimal): -16430996 or 7096325. OLE color: 7096325.
HSL color Cylindrical-coordinate representation of color #05486C: hue angle of 200.97º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05486C is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 72 | 108 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.58 |
| HSL | 200.97º | 0.91% | 0.22% | - |
| HSV(B) | 200.97º | 0.95% | 0.42% | - |
| XYZ | 5.09 | 5.75 | 15.03 | - |
| YUV | 56.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 108 | 0.95 | 0.33 | 0 | 0.58 | 200.97 | 0.91 | 0.22 |
| Hex | 5 | 48 | 6C | 5F | 21 | 0 | 3A | C9 | 5B | 16 |
| Octal | 5 | 110 | 154 | 137 | 41 | 0 | 72 | 311 | 133 | 26 |
| Binary | 101 | 1001000 | 1101100 | 1011111 | 100001 | 0 | 111010 | 11001001 | 1011011 | 10110 |
Color Harmonies of #05486C
Complementary color
Monochromatic Colors of #05486C
Black with #05486C
Text Example
Text Example
White with #05486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05486C; }
p { color: rgb(5,72,108); }
H1.HeaderClassName
{
color: #05486C;
}
.AnyTagClassName
{
color: #05486C;
}
</style>
background-color css
<style>
a { background-color: #05486C; }
a { background-color: rgb(5,72,108); }
div.DivClassName
{
background-color: #05486C;
}
.BgClassName
{
background-color: #05486C;
}
</style>
border-color css
<style>
span { border-color: #05486C; }
span { border-color: rgb(5,72,108); }
td.TdClassName
{
border-color: #05486C;
}
.TagClassName
{
border-color: #05486C;
}
</style>