Shades of Cerulean #056793
Tints of Cerulean #056793
RGB
CMYK
RGB Variations
Color information
#056793 (or 0x056793) is known color: Cerulean. HEX triplet: 05, 67 and 93. RGB value is (5,103,147). Sum of RGB (Red+Green+Blue) = 5+103+147=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #056793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056793 is #FA986C. Grayscale: #4E4E4E. Windows color (decimal): -16423021 or 9660165. OLE color: 9660165.
HSL color Cylindrical-coordinate representation of color #056793: hue angle of 198.59º 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 #056793 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 103 | 147 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.42 |
| HSL | 198.59º | 0.93% | 0.3% | - |
| HSV(B) | 198.59º | 0.97% | 0.58% | - |
| XYZ | 10.18 | 11.84 | 29.35 | - |
| YUV | 78.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 147 | 0.97 | 0.30 | 0 | 0.42 | 198.59 | 0.93 | 0.3 |
| Hex | 5 | 67 | 93 | 61 | 1E | 0 | 2A | C7 | 5D | 1E |
| Octal | 5 | 147 | 223 | 141 | 36 | 0 | 52 | 307 | 135 | 36 |
| Binary | 101 | 1100111 | 10010011 | 1100001 | 11110 | 0 | 101010 | 11000111 | 1011101 | 11110 |
Color Harmonies of #056793
Complementary color
Monochromatic Colors of #056793
Black with #056793
Text Example
Text Example
White with #056793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056793; }
p { color: rgb(5,103,147); }
H1.HeaderClassName
{
color: #056793;
}
.AnyTagClassName
{
color: #056793;
}
</style>
background-color css
<style>
a { background-color: #056793; }
a { background-color: rgb(5,103,147); }
div.DivClassName
{
background-color: #056793;
}
.BgClassName
{
background-color: #056793;
}
</style>
border-color css
<style>
span { border-color: #056793; }
span { border-color: rgb(5,103,147); }
td.TdClassName
{
border-color: #056793;
}
.TagClassName
{
border-color: #056793;
}
</style>