Shades of Dark Cerulean #05457C
Tints of Dark Cerulean #05457C
RGB
CMYK
RGB Variations
Color information
#05457C (or 0x05457C) is known color: Dark Cerulean. HEX triplet: 05, 45 and 7C. RGB value is (5,69,124). Sum of RGB (Red+Green+Blue) = 5+69+124=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #05457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05457C is #FABA83. Grayscale: #373737. Windows color (decimal): -16431748 or 8144133. OLE color: 8144133.
HSL color Cylindrical-coordinate representation of color #05457C: hue angle of 207.73º 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 #05457C is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 69 | 124 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.51 |
| HSL | 207.73º | 0.92% | 0.25% | - |
| HSV(B) | 207.73º | 0.96% | 0.49% | - |
| XYZ | 5.83 | 5.74 | 19.87 | - |
| YUV | 56.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 124 | 0.96 | 0.44 | 0 | 0.51 | 207.73 | 0.92 | 0.25 |
| Hex | 5 | 45 | 7C | 60 | 2C | 0 | 33 | D0 | 5C | 19 |
| Octal | 5 | 105 | 174 | 140 | 54 | 0 | 63 | 320 | 134 | 31 |
| Binary | 101 | 1000101 | 1111100 | 1100000 | 101100 | 0 | 110011 | 11010000 | 1011100 | 11001 |
Color Harmonies of #05457C
Complementary color
Monochromatic Colors of #05457C
Black with #05457C
Text Example
Text Example
White with #05457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05457C; }
p { color: rgb(5,69,124); }
H1.HeaderClassName
{
color: #05457C;
}
.AnyTagClassName
{
color: #05457C;
}
</style>
background-color css
<style>
a { background-color: #05457C; }
a { background-color: rgb(5,69,124); }
div.DivClassName
{
background-color: #05457C;
}
.BgClassName
{
background-color: #05457C;
}
</style>
border-color css
<style>
span { border-color: #05457C; }
span { border-color: rgb(5,69,124); }
td.TdClassName
{
border-color: #05457C;
}
.TagClassName
{
border-color: #05457C;
}
</style>