Shades of Dark Cerulean #05367C
Tints of Dark Cerulean #05367C
RGB
CMYK
RGB Variations
Color information
#05367C (or 0x05367C) is known color: Dark Cerulean. HEX triplet: 05, 36 and 7C. RGB value is (5,54,124). Sum of RGB (Red+Green+Blue) = 5+54+124=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 124 (48.83% from 255 or 67.76% from 183); Max value from RGB is 124 - color contains mainly: blue. Hex color #05367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05367C is #FAC983. Grayscale: #2F2F2F. Windows color (decimal): -16435588 or 8140293. OLE color: 8140293.
HSL color Cylindrical-coordinate representation of color #05367C: hue angle of 215.29º 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 #05367C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 54 | 124 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.51 |
| HSL | 215.29º | 0.92% | 0.25% | - |
| HSV(B) | 215.29º | 0.96% | 0.49% | - |
| XYZ | 5.02 | 4.13 | 19.6 | - |
| YUV | 47.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 124 | 0.96 | 0.56 | 0 | 0.51 | 215.29 | 0.92 | 0.25 |
| Hex | 5 | 36 | 7C | 60 | 38 | 0 | 33 | D7 | 5C | 19 |
| Octal | 5 | 66 | 174 | 140 | 70 | 0 | 63 | 327 | 134 | 31 |
| Binary | 101 | 110110 | 1111100 | 1100000 | 111000 | 0 | 110011 | 11010111 | 1011100 | 11001 |
Color Harmonies of #05367C
Complementary color
Monochromatic Colors of #05367C
Black with #05367C
Text Example
Text Example
White with #05367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05367C; }
p { color: rgb(5,54,124); }
H1.HeaderClassName
{
color: #05367C;
}
.AnyTagClassName
{
color: #05367C;
}
</style>
background-color css
<style>
a { background-color: #05367C; }
a { background-color: rgb(5,54,124); }
div.DivClassName
{
background-color: #05367C;
}
.BgClassName
{
background-color: #05367C;
}
</style>
border-color css
<style>
span { border-color: #05367C; }
span { border-color: rgb(5,54,124); }
td.TdClassName
{
border-color: #05367C;
}
.TagClassName
{
border-color: #05367C;
}
</style>