Shades of Dark Cerulean #05488B
Tints of Dark Cerulean #05488B
RGB
CMYK
RGB Variations
Color information
#05488B (or 0x05488B) is known color: Dark Cerulean. HEX triplet: 05, 48 and 8B. RGB value is (5,72,139). Sum of RGB (Red+Green+Blue) = 5+72+139=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #05488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05488B is #FAB774. Grayscale: #3B3B3B. Windows color (decimal): -16430965 or 9127941. OLE color: 9127941.
HSL color Cylindrical-coordinate representation of color #05488B: hue angle of 210º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05488B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 72 | 139 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.45 |
| HSL | 210º | 0.93% | 0.28% | - |
| HSV(B) | 210º | 0.96% | 0.55% | - |
| XYZ | 7.04 | 6.53 | 25.32 | - |
| YUV | 59.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 139 | 0.96 | 0.48 | 0 | 0.45 | 210 | 0.93 | 0.28 |
| Hex | 5 | 48 | 8B | 60 | 30 | 0 | 2D | D2 | 5D | 1C |
| Octal | 5 | 110 | 213 | 140 | 60 | 0 | 55 | 322 | 135 | 34 |
| Binary | 101 | 1001000 | 10001011 | 1100000 | 110000 | 0 | 101101 | 11010010 | 1011101 | 11100 |
Color Harmonies of #05488B
Complementary color
Monochromatic Colors of #05488B
Black with #05488B
Text Example
Text Example
White with #05488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05488B; }
p { color: rgb(5,72,139); }
H1.HeaderClassName
{
color: #05488B;
}
.AnyTagClassName
{
color: #05488B;
}
</style>
background-color css
<style>
a { background-color: #05488B; }
a { background-color: rgb(5,72,139); }
div.DivClassName
{
background-color: #05488B;
}
.BgClassName
{
background-color: #05488B;
}
</style>
border-color css
<style>
span { border-color: #05488B; }
span { border-color: rgb(5,72,139); }
td.TdClassName
{
border-color: #05488B;
}
.TagClassName
{
border-color: #05488B;
}
</style>