Shades of Cerulean #076890
Tints of Cerulean #076890
RGB
CMYK
RGB Variations
Color information
#076890 (or 0x076890) is known color: Cerulean. HEX triplet: 07, 68 and 90. RGB value is (7,104,144). Sum of RGB (Red+Green+Blue) = 7+104+144=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #076890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076890 is #F8976F. Grayscale: #4F4F4F. Windows color (decimal): -16291696 or 9463815. OLE color: 9463815.
HSL color Cylindrical-coordinate representation of color #076890: hue angle of 197.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076890 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 104 | 144 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.44 |
| HSL | 197.52º | 0.91% | 0.3% | - |
| HSV(B) | 197.52º | 0.95% | 0.56% | - |
| XYZ | 10.07 | 11.96 | 28.16 | - |
| YUV | 79.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 144 | 0.95 | 0.28 | 0 | 0.44 | 197.52 | 0.91 | 0.3 |
| Hex | 7 | 68 | 90 | 5F | 1C | 0 | 2C | C6 | 5B | 1E |
| Octal | 7 | 150 | 220 | 137 | 34 | 0 | 54 | 306 | 133 | 36 |
| Binary | 111 | 1101000 | 10010000 | 1011111 | 11100 | 0 | 101100 | 11000110 | 1011011 | 11110 |
Color Harmonies of #076890
Complementary color
Monochromatic Colors of #076890
Black with #076890
Text Example
Text Example
White with #076890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076890; }
p { color: rgb(7,104,144); }
H1.HeaderClassName
{
color: #076890;
}
.AnyTagClassName
{
color: #076890;
}
</style>
background-color css
<style>
a { background-color: #076890; }
a { background-color: rgb(7,104,144); }
div.DivClassName
{
background-color: #076890;
}
.BgClassName
{
background-color: #076890;
}
</style>
border-color css
<style>
span { border-color: #076890; }
span { border-color: rgb(7,104,144); }
td.TdClassName
{
border-color: #076890;
}
.TagClassName
{
border-color: #076890;
}
</style>