Shades of Cerulean #076593
Tints of Cerulean #076593
RGB
CMYK
RGB Variations
Color information
#076593 (or 0x076593) is known color: Cerulean. HEX triplet: 07, 65 and 93. RGB value is (7,101,147). Sum of RGB (Red+Green+Blue) = 7+101+147=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 101 (39.84% from 255 or 39.61% 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 #076593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076593 is #F89A6C. Grayscale: #4D4D4D. Windows color (decimal): -16292461 or 9659655. OLE color: 9659655.
HSL color Cylindrical-coordinate representation of color #076593: hue angle of 199.71º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076593 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 101 | 147 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.42 |
| HSL | 199.71º | 0.91% | 0.3% | - |
| HSV(B) | 199.71º | 0.95% | 0.58% | - |
| XYZ | 10.01 | 11.46 | 29.29 | - |
| YUV | 78.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 147 | 0.95 | 0.31 | 0 | 0.42 | 199.71 | 0.91 | 0.3 |
| Hex | 7 | 65 | 93 | 5F | 1F | 0 | 2A | C8 | 5B | 1E |
| Octal | 7 | 145 | 223 | 137 | 37 | 0 | 52 | 310 | 133 | 36 |
| Binary | 111 | 1100101 | 10010011 | 1011111 | 11111 | 0 | 101010 | 11001000 | 1011011 | 11110 |
Color Harmonies of #076593
Complementary color
Monochromatic Colors of #076593
Black with #076593
Text Example
Text Example
White with #076593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076593; }
p { color: rgb(7,101,147); }
H1.HeaderClassName
{
color: #076593;
}
.AnyTagClassName
{
color: #076593;
}
</style>
background-color css
<style>
a { background-color: #076593; }
a { background-color: rgb(7,101,147); }
div.DivClassName
{
background-color: #076593;
}
.BgClassName
{
background-color: #076593;
}
</style>
border-color css
<style>
span { border-color: #076593; }
span { border-color: rgb(7,101,147); }
td.TdClassName
{
border-color: #076593;
}
.TagClassName
{
border-color: #076593;
}
</style>