Shades of Dark Cerulean #054D92
Tints of Dark Cerulean #054D92
RGB
CMYK
RGB Variations
Color information
#054D92 (or 0x054D92) is known color: Dark Cerulean. HEX triplet: 05, 4D and 92. RGB value is (5,77,146). Sum of RGB (Red+Green+Blue) = 5+77+146=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #054D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D92 is #FAB26D. Grayscale: #3E3E3E. Windows color (decimal): -16429678 or 9587973. OLE color: 9587973.
HSL color Cylindrical-coordinate representation of color #054D92: hue angle of 209.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054D92 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 77 | 146 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.43 |
| HSL | 209.36º | 0.93% | 0.3% | - |
| HSV(B) | 209.36º | 0.97% | 0.57% | - |
| XYZ | 7.9 | 7.42 | 28.21 | - |
| YUV | 63.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 146 | 0.97 | 0.47 | 0 | 0.43 | 209.36 | 0.93 | 0.3 |
| Hex | 5 | 4D | 92 | 61 | 2F | 0 | 2B | D1 | 5D | 1E |
| Octal | 5 | 115 | 222 | 141 | 57 | 0 | 53 | 321 | 135 | 36 |
| Binary | 101 | 1001101 | 10010010 | 1100001 | 101111 | 0 | 101011 | 11010001 | 1011101 | 11110 |
Color Harmonies of #054D92
Complementary color
Monochromatic Colors of #054D92
Black with #054D92
Text Example
Text Example
White with #054D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D92; }
p { color: rgb(5,77,146); }
H1.HeaderClassName
{
color: #054D92;
}
.AnyTagClassName
{
color: #054D92;
}
</style>
background-color css
<style>
a { background-color: #054D92; }
a { background-color: rgb(5,77,146); }
div.DivClassName
{
background-color: #054D92;
}
.BgClassName
{
background-color: #054D92;
}
</style>
border-color css
<style>
span { border-color: #054D92; }
span { border-color: rgb(5,77,146); }
td.TdClassName
{
border-color: #054D92;
}
.TagClassName
{
border-color: #054D92;
}
</style>