Shades of Dark Cerulean #05486D
Tints of Dark Cerulean #05486D
RGB
CMYK
RGB Variations
Color information
#05486D (or 0x05486D) is known color: Dark Cerulean. HEX triplet: 05, 48 and 6D. RGB value is (5,72,109). Sum of RGB (Red+Green+Blue) = 5+72+109=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #05486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05486D is #FAB792. Grayscale: #373737. Windows color (decimal): -16430995 or 7161861. OLE color: 7161861.
HSL color Cylindrical-coordinate representation of color #05486D: hue angle of 201.35º 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 #05486D is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 72 | 109 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.57 |
| HSL | 201.35º | 0.91% | 0.22% | - |
| HSV(B) | 201.35º | 0.95% | 0.43% | - |
| XYZ | 5.14 | 5.77 | 15.31 | - |
| YUV | 56.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 109 | 0.95 | 0.34 | 0 | 0.57 | 201.35 | 0.91 | 0.22 |
| Hex | 5 | 48 | 6D | 5F | 22 | 0 | 39 | C9 | 5B | 16 |
| Octal | 5 | 110 | 155 | 137 | 42 | 0 | 71 | 311 | 133 | 26 |
| Binary | 101 | 1001000 | 1101101 | 1011111 | 100010 | 0 | 111001 | 11001001 | 1011011 | 10110 |
Color Harmonies of #05486D
Complementary color
Monochromatic Colors of #05486D
Black with #05486D
Text Example
Text Example
White with #05486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05486D; }
p { color: rgb(5,72,109); }
H1.HeaderClassName
{
color: #05486D;
}
.AnyTagClassName
{
color: #05486D;
}
</style>
background-color css
<style>
a { background-color: #05486D; }
a { background-color: rgb(5,72,109); }
div.DivClassName
{
background-color: #05486D;
}
.BgClassName
{
background-color: #05486D;
}
</style>
border-color css
<style>
span { border-color: #05486D; }
span { border-color: rgb(5,72,109); }
td.TdClassName
{
border-color: #05486D;
}
.TagClassName
{
border-color: #05486D;
}
</style>