Shades of Cerulean #056A8E
Tints of Cerulean #056A8E
RGB
CMYK
RGB Variations
Color information
#056A8E (or 0x056A8E) is known color: Cerulean. HEX triplet: 05, 6A and 8E. RGB value is (5,106,142). Sum of RGB (Red+Green+Blue) = 5+106+142=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #056A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A8E is #FA9571. Grayscale: #4F4F4F. Windows color (decimal): -16422258 or 9333253. OLE color: 9333253.
HSL color Cylindrical-coordinate representation of color #056A8E: hue angle of 195.77º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A8E is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 106 | 142 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.44 |
| HSL | 195.77º | 0.93% | 0.29% | - |
| HSV(B) | 195.77º | 0.96% | 0.56% | - |
| XYZ | 10.1 | 12.29 | 27.43 | - |
| YUV | 79.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 142 | 0.96 | 0.25 | 0 | 0.44 | 195.77 | 0.93 | 0.29 |
| Hex | 5 | 6A | 8E | 60 | 19 | 0 | 2C | C4 | 5D | 1D |
| Octal | 5 | 152 | 216 | 140 | 31 | 0 | 54 | 304 | 135 | 35 |
| Binary | 101 | 1101010 | 10001110 | 1100000 | 11001 | 0 | 101100 | 11000100 | 1011101 | 11101 |
Color Harmonies of #056A8E
Complementary color
Monochromatic Colors of #056A8E
Black with #056A8E
Text Example
Text Example
White with #056A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A8E; }
p { color: rgb(5,106,142); }
H1.HeaderClassName
{
color: #056A8E;
}
.AnyTagClassName
{
color: #056A8E;
}
</style>
background-color css
<style>
a { background-color: #056A8E; }
a { background-color: rgb(5,106,142); }
div.DivClassName
{
background-color: #056A8E;
}
.BgClassName
{
background-color: #056A8E;
}
</style>
border-color css
<style>
span { border-color: #056A8E; }
span { border-color: rgb(5,106,142); }
td.TdClassName
{
border-color: #056A8E;
}
.TagClassName
{
border-color: #056A8E;
}
</style>