Shades of Cerulean #076396
Tints of Cerulean #076396
RGB
CMYK
RGB Variations
Color information
#076396 (or 0x076396) is known color: Cerulean. HEX triplet: 07, 63 and 96. RGB value is (7,99,150). Sum of RGB (Red+Green+Blue) = 7+99+150=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #076396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076396 is #F89C69. Grayscale: #4D4D4D. Windows color (decimal): -16292970 or 9855751. OLE color: 9855751.
HSL color Cylindrical-coordinate representation of color #076396: hue angle of 201.4º 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 #076396 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 99 | 150 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.41 |
| HSL | 201.4º | 0.91% | 0.31% | - |
| HSV(B) | 201.4º | 0.95% | 0.59% | - |
| XYZ | 10.05 | 11.17 | 30.48 | - |
| YUV | 77.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 150 | 0.95 | 0.34 | 0 | 0.41 | 201.4 | 0.91 | 0.31 |
| Hex | 7 | 63 | 96 | 5F | 22 | 0 | 29 | C9 | 5B | 1F |
| Octal | 7 | 143 | 226 | 137 | 42 | 0 | 51 | 311 | 133 | 37 |
| Binary | 111 | 1100011 | 10010110 | 1011111 | 100010 | 0 | 101001 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076396
Complementary color
Monochromatic Colors of #076396
Black with #076396
Text Example
Text Example
White with #076396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076396; }
p { color: rgb(7,99,150); }
H1.HeaderClassName
{
color: #076396;
}
.AnyTagClassName
{
color: #076396;
}
</style>
background-color css
<style>
a { background-color: #076396; }
a { background-color: rgb(7,99,150); }
div.DivClassName
{
background-color: #076396;
}
.BgClassName
{
background-color: #076396;
}
</style>
border-color css
<style>
span { border-color: #076396; }
span { border-color: rgb(7,99,150); }
td.TdClassName
{
border-color: #076396;
}
.TagClassName
{
border-color: #076396;
}
</style>