Shades of Cerulean #076C90
Tints of Cerulean #076C90
RGB
CMYK
RGB Variations
Color information
#076C90 (or 0x076C90) is known color: Cerulean. HEX triplet: 07, 6C and 90. RGB value is (7,108,144). Sum of RGB (Red+Green+Blue) = 7+108+144=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #076C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C90 is #F8936F. Grayscale: #515151. Windows color (decimal): -16290672 or 9464839. OLE color: 9464839.
HSL color Cylindrical-coordinate representation of color #076C90: hue angle of 195.77º 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 #076C90 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 108 | 144 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.44 |
| HSL | 195.77º | 0.91% | 0.3% | - |
| HSV(B) | 195.77º | 0.95% | 0.56% | - |
| XYZ | 10.48 | 12.78 | 28.3 | - |
| YUV | 81.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 144 | 0.95 | 0.25 | 0 | 0.44 | 195.77 | 0.91 | 0.3 |
| Hex | 7 | 6C | 90 | 5F | 19 | 0 | 2C | C4 | 5B | 1E |
| Octal | 7 | 154 | 220 | 137 | 31 | 0 | 54 | 304 | 133 | 36 |
| Binary | 111 | 1101100 | 10010000 | 1011111 | 11001 | 0 | 101100 | 11000100 | 1011011 | 11110 |
Color Harmonies of #076C90
Complementary color
Monochromatic Colors of #076C90
Black with #076C90
Text Example
Text Example
White with #076C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C90; }
p { color: rgb(7,108,144); }
H1.HeaderClassName
{
color: #076C90;
}
.AnyTagClassName
{
color: #076C90;
}
</style>
background-color css
<style>
a { background-color: #076C90; }
a { background-color: rgb(7,108,144); }
div.DivClassName
{
background-color: #076C90;
}
.BgClassName
{
background-color: #076C90;
}
</style>
border-color css
<style>
span { border-color: #076C90; }
span { border-color: rgb(7,108,144); }
td.TdClassName
{
border-color: #076C90;
}
.TagClassName
{
border-color: #076C90;
}
</style>