Shades of Dark Cerulean #05397D
Tints of Dark Cerulean #05397D
RGB
CMYK
RGB Variations
Color information
#05397D (or 0x05397D) is known color: Dark Cerulean. HEX triplet: 05, 39 and 7D. RGB value is (5,57,125). Sum of RGB (Red+Green+Blue) = 5+57+125=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #05397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05397D is #FAC682. Grayscale: #303030. Windows color (decimal): -16434819 or 8206597. OLE color: 8206597.
HSL color Cylindrical-coordinate representation of color #05397D: hue angle of 214º 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 #05397D is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 57 | 125 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.51 |
| HSL | 214º | 0.92% | 0.25% | - |
| HSV(B) | 214º | 0.96% | 0.49% | - |
| XYZ | 5.23 | 4.44 | 19.98 | - |
| YUV | 49.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 125 | 0.96 | 0.54 | 0 | 0.51 | 214 | 0.92 | 0.25 |
| Hex | 5 | 39 | 7D | 60 | 36 | 0 | 33 | D6 | 5C | 19 |
| Octal | 5 | 71 | 175 | 140 | 66 | 0 | 63 | 326 | 134 | 31 |
| Binary | 101 | 111001 | 1111101 | 1100000 | 110110 | 0 | 110011 | 11010110 | 1011100 | 11001 |
Color Harmonies of #05397D
Complementary color
Monochromatic Colors of #05397D
Black with #05397D
Text Example
Text Example
White with #05397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05397D; }
p { color: rgb(5,57,125); }
H1.HeaderClassName
{
color: #05397D;
}
.AnyTagClassName
{
color: #05397D;
}
</style>
background-color css
<style>
a { background-color: #05397D; }
a { background-color: rgb(5,57,125); }
div.DivClassName
{
background-color: #05397D;
}
.BgClassName
{
background-color: #05397D;
}
</style>
border-color css
<style>
span { border-color: #05397D; }
span { border-color: rgb(5,57,125); }
td.TdClassName
{
border-color: #05397D;
}
.TagClassName
{
border-color: #05397D;
}
</style>