Shades of Dark Cerulean #05447D
Tints of Dark Cerulean #05447D
RGB
CMYK
RGB Variations
Color information
#05447D (or 0x05447D) is known color: Dark Cerulean. HEX triplet: 05, 44 and 7D. RGB value is (5,68,125). Sum of RGB (Red+Green+Blue) = 5+68+125=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #05447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05447D is #FABB82. Grayscale: #373737. Windows color (decimal): -16432003 or 8209413. OLE color: 8209413.
HSL color Cylindrical-coordinate representation of color #05447D: hue angle of 208.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05447D is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 68 | 125 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.51 |
| HSL | 208.5º | 0.92% | 0.25% | - |
| HSV(B) | 208.5º | 0.96% | 0.49% | - |
| XYZ | 5.83 | 5.65 | 20.18 | - |
| YUV | 55.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 125 | 0.96 | 0.46 | 0 | 0.51 | 208.5 | 0.92 | 0.25 |
| Hex | 5 | 44 | 7D | 60 | 2E | 0 | 33 | D0 | 5C | 19 |
| Octal | 5 | 104 | 175 | 140 | 56 | 0 | 63 | 320 | 134 | 31 |
| Binary | 101 | 1000100 | 1111101 | 1100000 | 101110 | 0 | 110011 | 11010000 | 1011100 | 11001 |
Color Harmonies of #05447D
Complementary color
Monochromatic Colors of #05447D
Black with #05447D
Text Example
Text Example
White with #05447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05447D; }
p { color: rgb(5,68,125); }
H1.HeaderClassName
{
color: #05447D;
}
.AnyTagClassName
{
color: #05447D;
}
</style>
background-color css
<style>
a { background-color: #05447D; }
a { background-color: rgb(5,68,125); }
div.DivClassName
{
background-color: #05447D;
}
.BgClassName
{
background-color: #05447D;
}
</style>
border-color css
<style>
span { border-color: #05447D; }
span { border-color: rgb(5,68,125); }
td.TdClassName
{
border-color: #05447D;
}
.TagClassName
{
border-color: #05447D;
}
</style>