Shades of Dark Cerulean #05357C
Tints of Dark Cerulean #05357C
RGB
CMYK
RGB Variations
Color information
#05357C (or 0x05357C) is known color: Dark Cerulean. HEX triplet: 05, 35 and 7C. RGB value is (5,53,124). Sum of RGB (Red+Green+Blue) = 5+53+124=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #05357C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05357C is #FACA83. Grayscale: #2E2E2E. Windows color (decimal): -16435844 or 8140037. OLE color: 8140037.
HSL color Cylindrical-coordinate representation of color #05357C: hue angle of 215.8º 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 #05357C is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 53 | 124 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.51 |
| HSL | 215.8º | 0.92% | 0.25% | - |
| HSV(B) | 215.8º | 0.96% | 0.49% | - |
| XYZ | 4.97 | 4.03 | 19.59 | - |
| YUV | 46.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 124 | 0.96 | 0.57 | 0 | 0.51 | 215.8 | 0.92 | 0.25 |
| Hex | 5 | 35 | 7C | 60 | 39 | 0 | 33 | D8 | 5C | 19 |
| Octal | 5 | 65 | 174 | 140 | 71 | 0 | 63 | 330 | 134 | 31 |
| Binary | 101 | 110101 | 1111100 | 1100000 | 111001 | 0 | 110011 | 11011000 | 1011100 | 11001 |
Color Harmonies of #05357C
Complementary color
Monochromatic Colors of #05357C
Black with #05357C
Text Example
Text Example
White with #05357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05357C; }
p { color: rgb(5,53,124); }
H1.HeaderClassName
{
color: #05357C;
}
.AnyTagClassName
{
color: #05357C;
}
</style>
background-color css
<style>
a { background-color: #05357C; }
a { background-color: rgb(5,53,124); }
div.DivClassName
{
background-color: #05357C;
}
.BgClassName
{
background-color: #05357C;
}
</style>
border-color css
<style>
span { border-color: #05357C; }
span { border-color: rgb(5,53,124); }
td.TdClassName
{
border-color: #05357C;
}
.TagClassName
{
border-color: #05357C;
}
</style>