Shades of Dark Cerulean #054A73
Tints of Dark Cerulean #054A73
RGB
CMYK
RGB Variations
Color information
#054A73 (or 0x054A73) is known color: Dark Cerulean. HEX triplet: 05, 4A and 73. RGB value is (5,74,115). Sum of RGB (Red+Green+Blue) = 5+74+115=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #054A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A73 is #FAB58C. Grayscale: #393939. Windows color (decimal): -16430477 or 7555589. OLE color: 7555589.
HSL color Cylindrical-coordinate representation of color #054A73: hue angle of 202.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054A73 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 74 | 115 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.55 |
| HSL | 202.36º | 0.92% | 0.24% | - |
| HSV(B) | 202.36º | 0.96% | 0.45% | - |
| XYZ | 5.61 | 6.17 | 17.11 | - |
| YUV | 58.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 115 | 0.96 | 0.36 | 0 | 0.55 | 202.36 | 0.92 | 0.24 |
| Hex | 5 | 4A | 73 | 60 | 24 | 0 | 37 | CA | 5C | 18 |
| Octal | 5 | 112 | 163 | 140 | 44 | 0 | 67 | 312 | 134 | 30 |
| Binary | 101 | 1001010 | 1110011 | 1100000 | 100100 | 0 | 110111 | 11001010 | 1011100 | 11000 |
Color Harmonies of #054A73
Complementary color
Monochromatic Colors of #054A73
Black with #054A73
Text Example
Text Example
White with #054A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A73; }
p { color: rgb(5,74,115); }
H1.HeaderClassName
{
color: #054A73;
}
.AnyTagClassName
{
color: #054A73;
}
</style>
background-color css
<style>
a { background-color: #054A73; }
a { background-color: rgb(5,74,115); }
div.DivClassName
{
background-color: #054A73;
}
.BgClassName
{
background-color: #054A73;
}
</style>
border-color css
<style>
span { border-color: #054A73; }
span { border-color: rgb(5,74,115); }
td.TdClassName
{
border-color: #054A73;
}
.TagClassName
{
border-color: #054A73;
}
</style>