Shades of Dark Cerulean #053A7E
Tints of Dark Cerulean #053A7E
RGB
CMYK
RGB Variations
Color information
#053A7E (or 0x053A7E) is known color: Dark Cerulean. HEX triplet: 05, 3A and 7E. RGB value is (5,58,126). Sum of RGB (Red+Green+Blue) = 5+58+126=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #053A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A7E is #FAC581. Grayscale: #313131. Windows color (decimal): -16434562 or 8272389. OLE color: 8272389.
HSL color Cylindrical-coordinate representation of color #053A7E: hue angle of 213.72º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A7E is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 58 | 126 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.51 |
| HSL | 213.72º | 0.92% | 0.26% | - |
| HSV(B) | 213.72º | 0.96% | 0.49% | - |
| XYZ | 5.34 | 4.56 | 20.34 | - |
| YUV | 49.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 126 | 0.96 | 0.54 | 0 | 0.51 | 213.72 | 0.92 | 0.26 |
| Hex | 5 | 3A | 7E | 60 | 36 | 0 | 33 | D6 | 5C | 1A |
| Octal | 5 | 72 | 176 | 140 | 66 | 0 | 63 | 326 | 134 | 32 |
| Binary | 101 | 111010 | 1111110 | 1100000 | 110110 | 0 | 110011 | 11010110 | 1011100 | 11010 |
Color Harmonies of #053A7E
Complementary color
Monochromatic Colors of #053A7E
Black with #053A7E
Text Example
Text Example
White with #053A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A7E; }
p { color: rgb(5,58,126); }
H1.HeaderClassName
{
color: #053A7E;
}
.AnyTagClassName
{
color: #053A7E;
}
</style>
background-color css
<style>
a { background-color: #053A7E; }
a { background-color: rgb(5,58,126); }
div.DivClassName
{
background-color: #053A7E;
}
.BgClassName
{
background-color: #053A7E;
}
</style>
border-color css
<style>
span { border-color: #053A7E; }
span { border-color: rgb(5,58,126); }
td.TdClassName
{
border-color: #053A7E;
}
.TagClassName
{
border-color: #053A7E;
}
</style>