Shades of Dark Cerulean #05498D
Tints of Dark Cerulean #05498D
RGB
CMYK
RGB Variations
Color information
#05498D (or 0x05498D) is known color: Dark Cerulean. HEX triplet: 05, 49 and 8D. RGB value is (5,73,141). Sum of RGB (Red+Green+Blue) = 5+73+141=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #05498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05498D is #FAB672. Grayscale: #3C3C3C. Windows color (decimal): -16430707 or 9259269. OLE color: 9259269.
HSL color Cylindrical-coordinate representation of color #05498D: hue angle of 210º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05498D is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 73 | 141 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.45 |
| HSL | 210º | 0.93% | 0.29% | - |
| HSV(B) | 210º | 0.96% | 0.55% | - |
| XYZ | 7.25 | 6.72 | 26.11 | - |
| YUV | 60.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 141 | 0.96 | 0.48 | 0 | 0.45 | 210 | 0.93 | 0.29 |
| Hex | 5 | 49 | 8D | 60 | 30 | 0 | 2D | D2 | 5D | 1D |
| Octal | 5 | 111 | 215 | 140 | 60 | 0 | 55 | 322 | 135 | 35 |
| Binary | 101 | 1001001 | 10001101 | 1100000 | 110000 | 0 | 101101 | 11010010 | 1011101 | 11101 |
Color Harmonies of #05498D
Complementary color
Monochromatic Colors of #05498D
Black with #05498D
Text Example
Text Example
White with #05498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05498D; }
p { color: rgb(5,73,141); }
H1.HeaderClassName
{
color: #05498D;
}
.AnyTagClassName
{
color: #05498D;
}
</style>
background-color css
<style>
a { background-color: #05498D; }
a { background-color: rgb(5,73,141); }
div.DivClassName
{
background-color: #05498D;
}
.BgClassName
{
background-color: #05498D;
}
</style>
border-color css
<style>
span { border-color: #05498D; }
span { border-color: rgb(5,73,141); }
td.TdClassName
{
border-color: #05498D;
}
.TagClassName
{
border-color: #05498D;
}
</style>