Shades of Dark Cerulean #05488F
Tints of Dark Cerulean #05488F
RGB
CMYK
RGB Variations
Color information
#05488F (or 0x05488F) is known color: Dark Cerulean. HEX triplet: 05, 48 and 8F. RGB value is (5,72,143). Sum of RGB (Red+Green+Blue) = 5+72+143=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #05488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05488F is #FAB770. Grayscale: #3B3B3B. Windows color (decimal): -16430961 or 9390085. OLE color: 9390085.
HSL color Cylindrical-coordinate representation of color #05488F: hue angle of 210.87º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05488F is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 72 | 143 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.44 |
| HSL | 210.87º | 0.93% | 0.29% | - |
| HSV(B) | 210.87º | 0.97% | 0.56% | - |
| XYZ | 7.34 | 6.65 | 26.88 | - |
| YUV | 60.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 143 | 0.97 | 0.50 | 0 | 0.44 | 210.87 | 0.93 | 0.29 |
| Hex | 5 | 48 | 8F | 61 | 32 | 0 | 2C | D3 | 5D | 1D |
| Octal | 5 | 110 | 217 | 141 | 62 | 0 | 54 | 323 | 135 | 35 |
| Binary | 101 | 1001000 | 10001111 | 1100001 | 110010 | 0 | 101100 | 11010011 | 1011101 | 11101 |
Color Harmonies of #05488F
Complementary color
Monochromatic Colors of #05488F
Black with #05488F
Text Example
Text Example
White with #05488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05488F; }
p { color: rgb(5,72,143); }
H1.HeaderClassName
{
color: #05488F;
}
.AnyTagClassName
{
color: #05488F;
}
</style>
background-color css
<style>
a { background-color: #05488F; }
a { background-color: rgb(5,72,143); }
div.DivClassName
{
background-color: #05488F;
}
.BgClassName
{
background-color: #05488F;
}
</style>
border-color css
<style>
span { border-color: #05488F; }
span { border-color: rgb(5,72,143); }
td.TdClassName
{
border-color: #05488F;
}
.TagClassName
{
border-color: #05488F;
}
</style>