Shades of Cerulean #056593
Tints of Cerulean #056593
RGB
CMYK
RGB Variations
Color information
#056593 (or 0x056593) is known color: Cerulean. HEX triplet: 05, 65 and 93. RGB value is (5,101,147). Sum of RGB (Red+Green+Blue) = 5+101+147=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #056593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056593 is #FA9A6C. Grayscale: #4D4D4D. Windows color (decimal): -16423533 or 9659653. OLE color: 9659653.
HSL color Cylindrical-coordinate representation of color #056593: hue angle of 199.44º 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 #056593 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 101 | 147 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.42 |
| HSL | 199.44º | 0.93% | 0.3% | - |
| HSV(B) | 199.44º | 0.97% | 0.58% | - |
| XYZ | 9.98 | 11.45 | 29.29 | - |
| YUV | 77.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 147 | 0.97 | 0.31 | 0 | 0.42 | 199.44 | 0.93 | 0.3 |
| Hex | 5 | 65 | 93 | 61 | 1F | 0 | 2A | C7 | 5D | 1E |
| Octal | 5 | 145 | 223 | 141 | 37 | 0 | 52 | 307 | 135 | 36 |
| Binary | 101 | 1100101 | 10010011 | 1100001 | 11111 | 0 | 101010 | 11000111 | 1011101 | 11110 |
Color Harmonies of #056593
Complementary color
Monochromatic Colors of #056593
Black with #056593
Text Example
Text Example
White with #056593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056593; }
p { color: rgb(5,101,147); }
H1.HeaderClassName
{
color: #056593;
}
.AnyTagClassName
{
color: #056593;
}
</style>
background-color css
<style>
a { background-color: #056593; }
a { background-color: rgb(5,101,147); }
div.DivClassName
{
background-color: #056593;
}
.BgClassName
{
background-color: #056593;
}
</style>
border-color css
<style>
span { border-color: #056593; }
span { border-color: rgb(5,101,147); }
td.TdClassName
{
border-color: #056593;
}
.TagClassName
{
border-color: #056593;
}
</style>