Shades of Dark Cerulean #054081
Tints of Dark Cerulean #054081
RGB
CMYK
RGB Variations
Color information
#054081 (or 0x054081) is known color: Dark Cerulean. HEX triplet: 05, 40 and 81. RGB value is (5,64,129). Sum of RGB (Red+Green+Blue) = 5+64+129=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #054081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054081 is #FABF7E. Grayscale: #353535. Windows color (decimal): -16433023 or 8470533. OLE color: 8470533.
HSL color Cylindrical-coordinate representation of color #054081: hue angle of 211.45º 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 #054081 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 64 | 129 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.49 |
| HSL | 211.45º | 0.93% | 0.26% | - |
| HSV(B) | 211.45º | 0.96% | 0.51% | - |
| XYZ | 5.86 | 5.28 | 21.48 | - |
| YUV | 53.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 129 | 0.96 | 0.50 | 0 | 0.49 | 211.45 | 0.93 | 0.26 |
| Hex | 5 | 40 | 81 | 60 | 32 | 0 | 31 | D3 | 5D | 1A |
| Octal | 5 | 100 | 201 | 140 | 62 | 0 | 61 | 323 | 135 | 32 |
| Binary | 101 | 1000000 | 10000001 | 1100000 | 110010 | 0 | 110001 | 11010011 | 1011101 | 11010 |
Color Harmonies of #054081
Complementary color
Monochromatic Colors of #054081
Black with #054081
Text Example
Text Example
White with #054081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054081; }
p { color: rgb(5,64,129); }
H1.HeaderClassName
{
color: #054081;
}
.AnyTagClassName
{
color: #054081;
}
</style>
background-color css
<style>
a { background-color: #054081; }
a { background-color: rgb(5,64,129); }
div.DivClassName
{
background-color: #054081;
}
.BgClassName
{
background-color: #054081;
}
</style>
border-color css
<style>
span { border-color: #054081; }
span { border-color: rgb(5,64,129); }
td.TdClassName
{
border-color: #054081;
}
.TagClassName
{
border-color: #054081;
}
</style>