Shades of Cerulean #056490
Tints of Cerulean #056490
RGB
CMYK
RGB Variations
Color information
#056490 (or 0x056490) is known color: Cerulean. HEX triplet: 05, 64 and 90. RGB value is (5,100,144). Sum of RGB (Red+Green+Blue) = 5+100+144=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #056490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056490 is #FA9B6F. Grayscale: #4C4C4C. Windows color (decimal): -16423792 or 9462789. OLE color: 9462789.
HSL color Cylindrical-coordinate representation of color #056490: hue angle of 198.99º 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 #056490 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 100 | 144 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.44 |
| HSL | 198.99º | 0.93% | 0.29% | - |
| HSV(B) | 198.99º | 0.97% | 0.56% | - |
| XYZ | 9.65 | 11.16 | 28.03 | - |
| YUV | 76.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 144 | 0.97 | 0.31 | 0 | 0.44 | 198.99 | 0.93 | 0.29 |
| Hex | 5 | 64 | 90 | 61 | 1F | 0 | 2C | C7 | 5D | 1D |
| Octal | 5 | 144 | 220 | 141 | 37 | 0 | 54 | 307 | 135 | 35 |
| Binary | 101 | 1100100 | 10010000 | 1100001 | 11111 | 0 | 101100 | 11000111 | 1011101 | 11101 |
Color Harmonies of #056490
Complementary color
Monochromatic Colors of #056490
Black with #056490
Text Example
Text Example
White with #056490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056490; }
p { color: rgb(5,100,144); }
H1.HeaderClassName
{
color: #056490;
}
.AnyTagClassName
{
color: #056490;
}
</style>
background-color css
<style>
a { background-color: #056490; }
a { background-color: rgb(5,100,144); }
div.DivClassName
{
background-color: #056490;
}
.BgClassName
{
background-color: #056490;
}
</style>
border-color css
<style>
span { border-color: #056490; }
span { border-color: rgb(5,100,144); }
td.TdClassName
{
border-color: #056490;
}
.TagClassName
{
border-color: #056490;
}
</style>