Shades of Dark Cerulean #053F7B
Tints of Dark Cerulean #053F7B
RGB
CMYK
RGB Variations
Color information
#053F7B (or 0x053F7B) is known color: Dark Cerulean. HEX triplet: 05, 3F and 7B. RGB value is (5,63,123). Sum of RGB (Red+Green+Blue) = 5+63+123=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #053F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F7B is #FAC084. Grayscale: #343434. Windows color (decimal): -16433285 or 8077061. OLE color: 8077061.
HSL color Cylindrical-coordinate representation of color #053F7B: hue angle of 210.51º 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 #053F7B is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 63 | 123 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.52 |
| HSL | 210.51º | 0.92% | 0.25% | - |
| HSV(B) | 210.51º | 0.96% | 0.48% | - |
| XYZ | 5.42 | 5.02 | 19.42 | - |
| YUV | 52.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 123 | 0.96 | 0.49 | 0 | 0.52 | 210.51 | 0.92 | 0.25 |
| Hex | 5 | 3F | 7B | 60 | 31 | 0 | 34 | D3 | 5C | 19 |
| Octal | 5 | 77 | 173 | 140 | 61 | 0 | 64 | 323 | 134 | 31 |
| Binary | 101 | 111111 | 1111011 | 1100000 | 110001 | 0 | 110100 | 11010011 | 1011100 | 11001 |
Color Harmonies of #053F7B
Complementary color
Monochromatic Colors of #053F7B
Black with #053F7B
Text Example
Text Example
White with #053F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F7B; }
p { color: rgb(5,63,123); }
H1.HeaderClassName
{
color: #053F7B;
}
.AnyTagClassName
{
color: #053F7B;
}
</style>
background-color css
<style>
a { background-color: #053F7B; }
a { background-color: rgb(5,63,123); }
div.DivClassName
{
background-color: #053F7B;
}
.BgClassName
{
background-color: #053F7B;
}
</style>
border-color css
<style>
span { border-color: #053F7B; }
span { border-color: rgb(5,63,123); }
td.TdClassName
{
border-color: #053F7B;
}
.TagClassName
{
border-color: #053F7B;
}
</style>