Shades of Dark Cerulean #05486B
Tints of Dark Cerulean #05486B
RGB
CMYK
RGB Variations
Color information
#05486B (or 0x05486B) is known color: Dark Cerulean. HEX triplet: 05, 48 and 6B. RGB value is (5,72,107). Sum of RGB (Red+Green+Blue) = 5+72+107=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #05486B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05486B is #FAB794. Grayscale: #373737. Windows color (decimal): -16430997 or 7030789. OLE color: 7030789.
HSL color Cylindrical-coordinate representation of color #05486B: hue angle of 200.59º 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 #05486B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 72 | 107 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.58 |
| HSL | 200.59º | 0.91% | 0.22% | - |
| HSV(B) | 200.59º | 0.95% | 0.42% | - |
| XYZ | 5.03 | 5.73 | 14.75 | - |
| YUV | 55.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 107 | 0.95 | 0.33 | 0 | 0.58 | 200.59 | 0.91 | 0.22 |
| Hex | 5 | 48 | 6B | 5F | 21 | 0 | 3A | C9 | 5B | 16 |
| Octal | 5 | 110 | 153 | 137 | 41 | 0 | 72 | 311 | 133 | 26 |
| Binary | 101 | 1001000 | 1101011 | 1011111 | 100001 | 0 | 111010 | 11001001 | 1011011 | 10110 |
Color Harmonies of #05486B
Complementary color
Monochromatic Colors of #05486B
Black with #05486B
Text Example
Text Example
White with #05486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05486B; }
p { color: rgb(5,72,107); }
H1.HeaderClassName
{
color: #05486B;
}
.AnyTagClassName
{
color: #05486B;
}
</style>
background-color css
<style>
a { background-color: #05486B; }
a { background-color: rgb(5,72,107); }
div.DivClassName
{
background-color: #05486B;
}
.BgClassName
{
background-color: #05486B;
}
</style>
border-color css
<style>
span { border-color: #05486B; }
span { border-color: rgb(5,72,107); }
td.TdClassName
{
border-color: #05486B;
}
.TagClassName
{
border-color: #05486B;
}
</style>