Shades of Cerulean #076D90
Tints of Cerulean #076D90
RGB
CMYK
RGB Variations
Color information
#076D90 (or 0x076D90) is known color: Cerulean. HEX triplet: 07, 6D and 90. RGB value is (7,109,144). Sum of RGB (Red+Green+Blue) = 7+109+144=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #076D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D90 is #F8926F. Grayscale: #525252. Windows color (decimal): -16290416 or 9465095. OLE color: 9465095.
HSL color Cylindrical-coordinate representation of color #076D90: hue angle of 195.33º 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 #076D90 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 109 | 144 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.44 |
| HSL | 195.33º | 0.91% | 0.3% | - |
| HSV(B) | 195.33º | 0.95% | 0.56% | - |
| XYZ | 10.59 | 13 | 28.34 | - |
| YUV | 82.49 | 162.71 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 144 | 0.95 | 0.24 | 0 | 0.44 | 195.33 | 0.91 | 0.3 |
| Hex | 7 | 6D | 90 | 5F | 18 | 0 | 2C | C3 | 5B | 1E |
| Octal | 7 | 155 | 220 | 137 | 30 | 0 | 54 | 303 | 133 | 36 |
| Binary | 111 | 1101101 | 10010000 | 1011111 | 11000 | 0 | 101100 | 11000011 | 1011011 | 11110 |
Color Harmonies of #076D90
Complementary color
Monochromatic Colors of #076D90
Black with #076D90
Text Example
Text Example
White with #076D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D90; }
p { color: rgb(7,109,144); }
H1.HeaderClassName
{
color: #076D90;
}
.AnyTagClassName
{
color: #076D90;
}
</style>
background-color css
<style>
a { background-color: #076D90; }
a { background-color: rgb(7,109,144); }
div.DivClassName
{
background-color: #076D90;
}
.BgClassName
{
background-color: #076D90;
}
</style>
border-color css
<style>
span { border-color: #076D90; }
span { border-color: rgb(7,109,144); }
td.TdClassName
{
border-color: #076D90;
}
.TagClassName
{
border-color: #076D90;
}
</style>