Shades of Dark Cerulean #05448B
Tints of Dark Cerulean #05448B
RGB
CMYK
RGB Variations
Color information
#05448B (or 0x05448B) is known color: Dark Cerulean. HEX triplet: 05, 44 and 8B. RGB value is (5,68,139). Sum of RGB (Red+Green+Blue) = 5+68+139=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #05448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05448B is #FABB74. Grayscale: #383838. Windows color (decimal): -16431989 or 9126917. OLE color: 9126917.
HSL color Cylindrical-coordinate representation of color #05448B: hue angle of 211.79º 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 #05448B is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 68 | 139 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.45 |
| HSL | 211.79º | 0.93% | 0.28% | - |
| HSV(B) | 211.79º | 0.96% | 0.55% | - |
| XYZ | 6.79 | 6.03 | 25.23 | - |
| YUV | 57.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 139 | 0.96 | 0.51 | 0 | 0.45 | 211.79 | 0.93 | 0.28 |
| Hex | 5 | 44 | 8B | 60 | 33 | 0 | 2D | D4 | 5D | 1C |
| Octal | 5 | 104 | 213 | 140 | 63 | 0 | 55 | 324 | 135 | 34 |
| Binary | 101 | 1000100 | 10001011 | 1100000 | 110011 | 0 | 101101 | 11010100 | 1011101 | 11100 |
Color Harmonies of #05448B
Complementary color
Monochromatic Colors of #05448B
Black with #05448B
Text Example
Text Example
White with #05448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05448B; }
p { color: rgb(5,68,139); }
H1.HeaderClassName
{
color: #05448B;
}
.AnyTagClassName
{
color: #05448B;
}
</style>
background-color css
<style>
a { background-color: #05448B; }
a { background-color: rgb(5,68,139); }
div.DivClassName
{
background-color: #05448B;
}
.BgClassName
{
background-color: #05448B;
}
</style>
border-color css
<style>
span { border-color: #05448B; }
span { border-color: rgb(5,68,139); }
td.TdClassName
{
border-color: #05448B;
}
.TagClassName
{
border-color: #05448B;
}
</style>