Shades of Cerulean #076096
Tints of Cerulean #076096
RGB
CMYK
RGB Variations
Color information
#076096 (or 0x076096) is known color: Cerulean. HEX triplet: 07, 60 and 96. RGB value is (7,96,150). Sum of RGB (Red+Green+Blue) = 7+96+150=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #076096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076096 is #F89F69. Grayscale: #4B4B4B. Windows color (decimal): -16293738 or 9854983. OLE color: 9854983.
HSL color Cylindrical-coordinate representation of color #076096: hue angle of 202.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076096 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 96 | 150 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.41 |
| HSL | 202.66º | 0.91% | 0.31% | - |
| HSV(B) | 202.66º | 0.95% | 0.59% | - |
| XYZ | 9.78 | 10.61 | 30.39 | - |
| YUV | 75.55 | 170.01 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 150 | 0.95 | 0.36 | 0 | 0.41 | 202.66 | 0.91 | 0.31 |
| Hex | 7 | 60 | 96 | 5F | 24 | 0 | 29 | CB | 5B | 1F |
| Octal | 7 | 140 | 226 | 137 | 44 | 0 | 51 | 313 | 133 | 37 |
| Binary | 111 | 1100000 | 10010110 | 1011111 | 100100 | 0 | 101001 | 11001011 | 1011011 | 11111 |
Color Harmonies of #076096
Complementary color
Monochromatic Colors of #076096
Black with #076096
Text Example
Text Example
White with #076096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076096; }
p { color: rgb(7,96,150); }
H1.HeaderClassName
{
color: #076096;
}
.AnyTagClassName
{
color: #076096;
}
</style>
background-color css
<style>
a { background-color: #076096; }
a { background-color: rgb(7,96,150); }
div.DivClassName
{
background-color: #076096;
}
.BgClassName
{
background-color: #076096;
}
</style>
border-color css
<style>
span { border-color: #076096; }
span { border-color: rgb(7,96,150); }
td.TdClassName
{
border-color: #076096;
}
.TagClassName
{
border-color: #076096;
}
</style>