Shades of Dark Cerulean #054A6D
Tints of Dark Cerulean #054A6D
RGB
CMYK
RGB Variations
Color information
#054A6D (or 0x054A6D) is known color: Dark Cerulean. HEX triplet: 05, 4A and 6D. RGB value is (5,74,109). Sum of RGB (Red+Green+Blue) = 5+74+109=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #054A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A6D is #FAB592. Grayscale: #393939. Windows color (decimal): -16430483 or 7162373. OLE color: 7162373.
HSL color Cylindrical-coordinate representation of color #054A6D: hue angle of 200.19º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A6D is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 74 | 109 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.57 |
| HSL | 200.19º | 0.91% | 0.22% | - |
| HSV(B) | 200.19º | 0.95% | 0.43% | - |
| XYZ | 5.27 | 6.03 | 15.35 | - |
| YUV | 57.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 109 | 0.95 | 0.32 | 0 | 0.57 | 200.19 | 0.91 | 0.22 |
| Hex | 5 | 4A | 6D | 5F | 20 | 0 | 39 | C8 | 5B | 16 |
| Octal | 5 | 112 | 155 | 137 | 40 | 0 | 71 | 310 | 133 | 26 |
| Binary | 101 | 1001010 | 1101101 | 1011111 | 100000 | 0 | 111001 | 11001000 | 1011011 | 10110 |
Color Harmonies of #054A6D
Complementary color
Monochromatic Colors of #054A6D
Black with #054A6D
Text Example
Text Example
White with #054A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A6D; }
p { color: rgb(5,74,109); }
H1.HeaderClassName
{
color: #054A6D;
}
.AnyTagClassName
{
color: #054A6D;
}
</style>
background-color css
<style>
a { background-color: #054A6D; }
a { background-color: rgb(5,74,109); }
div.DivClassName
{
background-color: #054A6D;
}
.BgClassName
{
background-color: #054A6D;
}
</style>
border-color css
<style>
span { border-color: #054A6D; }
span { border-color: rgb(5,74,109); }
td.TdClassName
{
border-color: #054A6D;
}
.TagClassName
{
border-color: #054A6D;
}
</style>