Shades of Dark Cerulean #053280
Tints of Dark Cerulean #053280
RGB
CMYK
RGB Variations
Color information
#053280 (or 0x053280) is known color: Dark Cerulean. HEX triplet: 05, 32 and 80. RGB value is (5,50,128). Sum of RGB (Red+Green+Blue) = 5+50+128=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #053280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053280 is #FACD7F. Grayscale: #2D2D2D. Windows color (decimal): -16436608 or 8401413. OLE color: 8401413.
HSL color Cylindrical-coordinate representation of color #053280: hue angle of 218.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053280 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 50 | 128 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.50 |
| HSL | 218.05º | 0.92% | 0.26% | - |
| HSV(B) | 218.05º | 0.96% | 0.5% | - |
| XYZ | 5.1 | 3.87 | 20.9 | - |
| YUV | 45.44 | 174.59 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 128 | 0.96 | 0.61 | 0 | 0.50 | 218.05 | 0.92 | 0.26 |
| Hex | 5 | 32 | 80 | 60 | 3D | 0 | 32 | DA | 5C | 1A |
| Octal | 5 | 62 | 200 | 140 | 75 | 0 | 62 | 332 | 134 | 32 |
| Binary | 101 | 110010 | 10000000 | 1100000 | 111101 | 0 | 110010 | 11011010 | 1011100 | 11010 |
Color Harmonies of #053280
Complementary color
Monochromatic Colors of #053280
Black with #053280
Text Example
Text Example
White with #053280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053280; }
p { color: rgb(5,50,128); }
H1.HeaderClassName
{
color: #053280;
}
.AnyTagClassName
{
color: #053280;
}
</style>
background-color css
<style>
a { background-color: #053280; }
a { background-color: rgb(5,50,128); }
div.DivClassName
{
background-color: #053280;
}
.BgClassName
{
background-color: #053280;
}
</style>
border-color css
<style>
span { border-color: #053280; }
span { border-color: rgb(5,50,128); }
td.TdClassName
{
border-color: #053280;
}
.TagClassName
{
border-color: #053280;
}
</style>