Shades of Dark Cerulean #05397A
Tints of Dark Cerulean #05397A
RGB
CMYK
RGB Variations
Color information
#05397A (or 0x05397A) is known color: Dark Cerulean. HEX triplet: 05, 39 and 7A. RGB value is (5,57,122). Sum of RGB (Red+Green+Blue) = 5+57+122=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 122 (48.05% from 255 or 66.30% from 184); Max value from RGB is 122 - color contains mainly: blue. Hex color #05397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05397A is #FAC685. Grayscale: #303030. Windows color (decimal): -16434822 or 8009989. OLE color: 8009989.
HSL color Cylindrical-coordinate representation of color #05397A: hue angle of 213.33º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05397A is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 57 | 122 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.52 |
| HSL | 213.33º | 0.92% | 0.25% | - |
| HSV(B) | 213.33º | 0.96% | 0.48% | - |
| XYZ | 5.04 | 4.36 | 18.99 | - |
| YUV | 48.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 122 | 0.96 | 0.53 | 0 | 0.52 | 213.33 | 0.92 | 0.25 |
| Hex | 5 | 39 | 7A | 60 | 35 | 0 | 34 | D5 | 5C | 19 |
| Octal | 5 | 71 | 172 | 140 | 65 | 0 | 64 | 325 | 134 | 31 |
| Binary | 101 | 111001 | 1111010 | 1100000 | 110101 | 0 | 110100 | 11010101 | 1011100 | 11001 |
Color Harmonies of #05397A
Complementary color
Monochromatic Colors of #05397A
Black with #05397A
Text Example
Text Example
White with #05397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05397A; }
p { color: rgb(5,57,122); }
H1.HeaderClassName
{
color: #05397A;
}
.AnyTagClassName
{
color: #05397A;
}
</style>
background-color css
<style>
a { background-color: #05397A; }
a { background-color: rgb(5,57,122); }
div.DivClassName
{
background-color: #05397A;
}
.BgClassName
{
background-color: #05397A;
}
</style>
border-color css
<style>
span { border-color: #05397A; }
span { border-color: rgb(5,57,122); }
td.TdClassName
{
border-color: #05397A;
}
.TagClassName
{
border-color: #05397A;
}
</style>