Shades of Dark Cerulean #054390
Tints of Dark Cerulean #054390
RGB
CMYK
RGB Variations
Color information
#054390 (or 0x054390) is known color: Dark Cerulean. HEX triplet: 05, 43 and 90. RGB value is (5,67,144). Sum of RGB (Red+Green+Blue) = 5+67+144=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #054390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054390 is #FABC6F. Grayscale: #383838. Windows color (decimal): -16432240 or 9454341. OLE color: 9454341.
HSL color Cylindrical-coordinate representation of color #054390: hue angle of 213.24º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054390 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 67 | 144 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.44 |
| HSL | 213.24º | 0.93% | 0.29% | - |
| HSV(B) | 213.24º | 0.97% | 0.56% | - |
| XYZ | 7.1 | 6.06 | 27.18 | - |
| YUV | 57.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 144 | 0.97 | 0.53 | 0 | 0.44 | 213.24 | 0.93 | 0.29 |
| Hex | 5 | 43 | 90 | 61 | 35 | 0 | 2C | D5 | 5D | 1D |
| Octal | 5 | 103 | 220 | 141 | 65 | 0 | 54 | 325 | 135 | 35 |
| Binary | 101 | 1000011 | 10010000 | 1100001 | 110101 | 0 | 101100 | 11010101 | 1011101 | 11101 |
Color Harmonies of #054390
Complementary color
Monochromatic Colors of #054390
Black with #054390
Text Example
Text Example
White with #054390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054390; }
p { color: rgb(5,67,144); }
H1.HeaderClassName
{
color: #054390;
}
.AnyTagClassName
{
color: #054390;
}
</style>
background-color css
<style>
a { background-color: #054390; }
a { background-color: rgb(5,67,144); }
div.DivClassName
{
background-color: #054390;
}
.BgClassName
{
background-color: #054390;
}
</style>
border-color css
<style>
span { border-color: #054390; }
span { border-color: rgb(5,67,144); }
td.TdClassName
{
border-color: #054390;
}
.TagClassName
{
border-color: #054390;
}
</style>