Shades of Cerulean #056893
Tints of Cerulean #056893
RGB
CMYK
RGB Variations
Color information
#056893 (or 0x056893) is known color: Cerulean. HEX triplet: 05, 68 and 93. RGB value is (5,104,147). Sum of RGB (Red+Green+Blue) = 5+104+147=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #056893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056893 is #FA976C. Grayscale: #4F4F4F. Windows color (decimal): -16422765 or 9660421. OLE color: 9660421.
HSL color Cylindrical-coordinate representation of color #056893: hue angle of 198.17º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056893 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 104 | 147 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.42 |
| HSL | 198.17º | 0.93% | 0.3% | - |
| HSV(B) | 198.17º | 0.97% | 0.58% | - |
| XYZ | 10.28 | 12.04 | 29.39 | - |
| YUV | 79.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 147 | 0.97 | 0.29 | 0 | 0.42 | 198.17 | 0.93 | 0.3 |
| Hex | 5 | 68 | 93 | 61 | 1D | 0 | 2A | C6 | 5D | 1E |
| Octal | 5 | 150 | 223 | 141 | 35 | 0 | 52 | 306 | 135 | 36 |
| Binary | 101 | 1101000 | 10010011 | 1100001 | 11101 | 0 | 101010 | 11000110 | 1011101 | 11110 |
Color Harmonies of #056893
Complementary color
Monochromatic Colors of #056893
Black with #056893
Text Example
Text Example
White with #056893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056893; }
p { color: rgb(5,104,147); }
H1.HeaderClassName
{
color: #056893;
}
.AnyTagClassName
{
color: #056893;
}
</style>
background-color css
<style>
a { background-color: #056893; }
a { background-color: rgb(5,104,147); }
div.DivClassName
{
background-color: #056893;
}
.BgClassName
{
background-color: #056893;
}
</style>
border-color css
<style>
span { border-color: #056893; }
span { border-color: rgb(5,104,147); }
td.TdClassName
{
border-color: #056893;
}
.TagClassName
{
border-color: #056893;
}
</style>