Shades of Cerulean #076497
Tints of Cerulean #076497
RGB
CMYK
RGB Variations
Color information
#076497 (or 0x076497) is known color: Cerulean. HEX triplet: 07, 64 and 97. RGB value is (7,100,151). Sum of RGB (Red+Green+Blue) = 7+100+151=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #076497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076497 is #F89B68. Grayscale: #4D4D4D. Windows color (decimal): -16292713 or 9921543. OLE color: 9921543.
HSL color Cylindrical-coordinate representation of color #076497: hue angle of 201.25º 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 #076497 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 100 | 151 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.41 |
| HSL | 201.25º | 0.91% | 0.31% | - |
| HSV(B) | 201.25º | 0.95% | 0.59% | - |
| XYZ | 10.23 | 11.39 | 30.94 | - |
| YUV | 78.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 151 | 0.95 | 0.34 | 0 | 0.41 | 201.25 | 0.91 | 0.31 |
| Hex | 7 | 64 | 97 | 5F | 22 | 0 | 29 | C9 | 5B | 1F |
| Octal | 7 | 144 | 227 | 137 | 42 | 0 | 51 | 311 | 133 | 37 |
| Binary | 111 | 1100100 | 10010111 | 1011111 | 100010 | 0 | 101001 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076497
Complementary color
Monochromatic Colors of #076497
Black with #076497
Text Example
Text Example
White with #076497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076497; }
p { color: rgb(7,100,151); }
H1.HeaderClassName
{
color: #076497;
}
.AnyTagClassName
{
color: #076497;
}
</style>
background-color css
<style>
a { background-color: #076497; }
a { background-color: rgb(7,100,151); }
div.DivClassName
{
background-color: #076497;
}
.BgClassName
{
background-color: #076497;
}
</style>
border-color css
<style>
span { border-color: #076497; }
span { border-color: rgb(7,100,151); }
td.TdClassName
{
border-color: #076497;
}
.TagClassName
{
border-color: #076497;
}
</style>