Shades of Dark Cerulean #053281
Tints of Dark Cerulean #053281
RGB
CMYK
RGB Variations
Color information
#053281 (or 0x053281) is known color: Dark Cerulean. HEX triplet: 05, 32 and 81. RGB value is (5,50,129). Sum of RGB (Red+Green+Blue) = 5+50+129=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #053281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053281 is #FACD7E. Grayscale: #2D2D2D. Windows color (decimal): -16436607 or 8466949. OLE color: 8466949.
HSL color Cylindrical-coordinate representation of color #053281: hue angle of 218.23º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053281 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 50 | 129 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.49 |
| HSL | 218.23º | 0.93% | 0.26% | - |
| HSV(B) | 218.23º | 0.96% | 0.51% | - |
| XYZ | 5.17 | 3.9 | 21.25 | - |
| YUV | 45.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 129 | 0.96 | 0.61 | 0 | 0.49 | 218.23 | 0.93 | 0.26 |
| Hex | 5 | 32 | 81 | 60 | 3D | 0 | 31 | DA | 5D | 1A |
| Octal | 5 | 62 | 201 | 140 | 75 | 0 | 61 | 332 | 135 | 32 |
| Binary | 101 | 110010 | 10000001 | 1100000 | 111101 | 0 | 110001 | 11011010 | 1011101 | 11010 |
Color Harmonies of #053281
Complementary color
Monochromatic Colors of #053281
Black with #053281
Text Example
Text Example
White with #053281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053281; }
p { color: rgb(5,50,129); }
H1.HeaderClassName
{
color: #053281;
}
.AnyTagClassName
{
color: #053281;
}
</style>
background-color css
<style>
a { background-color: #053281; }
a { background-color: rgb(5,50,129); }
div.DivClassName
{
background-color: #053281;
}
.BgClassName
{
background-color: #053281;
}
</style>
border-color css
<style>
span { border-color: #053281; }
span { border-color: rgb(5,50,129); }
td.TdClassName
{
border-color: #053281;
}
.TagClassName
{
border-color: #053281;
}
</style>