Shades of Cerulean #056A98
Tints of Cerulean #056A98
RGB
CMYK
RGB Variations
Color information
#056A98 (or 0x056A98) is known color: Cerulean. HEX triplet: 05, 6A and 98. RGB value is (5,106,152). Sum of RGB (Red+Green+Blue) = 5+106+152=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #056A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056A98 is #FA9567. Grayscale: #505050. Windows color (decimal): -16422248 or 9988613. OLE color: 9988613.
HSL color Cylindrical-coordinate representation of color #056A98: hue angle of 198.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056A98 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 106 | 152 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.40 |
| HSL | 198.78º | 0.94% | 0.31% | - |
| HSV(B) | 198.78º | 0.97% | 0.6% | - |
| XYZ | 10.88 | 12.61 | 31.57 | - |
| YUV | 81.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 152 | 0.97 | 0.30 | 0 | 0.40 | 198.78 | 0.94 | 0.31 |
| Hex | 5 | 6A | 98 | 61 | 1E | 0 | 28 | C7 | 5E | 1F |
| Octal | 5 | 152 | 230 | 141 | 36 | 0 | 50 | 307 | 136 | 37 |
| Binary | 101 | 1101010 | 10011000 | 1100001 | 11110 | 0 | 101000 | 11000111 | 1011110 | 11111 |
Color Harmonies of #056A98
Complementary color
Monochromatic Colors of #056A98
Black with #056A98
Text Example
Text Example
White with #056A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A98; }
p { color: rgb(5,106,152); }
H1.HeaderClassName
{
color: #056A98;
}
.AnyTagClassName
{
color: #056A98;
}
</style>
background-color css
<style>
a { background-color: #056A98; }
a { background-color: rgb(5,106,152); }
div.DivClassName
{
background-color: #056A98;
}
.BgClassName
{
background-color: #056A98;
}
</style>
border-color css
<style>
span { border-color: #056A98; }
span { border-color: rgb(5,106,152); }
td.TdClassName
{
border-color: #056A98;
}
.TagClassName
{
border-color: #056A98;
}
</style>