Shades of Cerulean #076395
Tints of Cerulean #076395
RGB
CMYK
RGB Variations
Color information
#076395 (or 0x076395) is known color: Cerulean. HEX triplet: 07, 63 and 95. RGB value is (7,99,149). Sum of RGB (Red+Green+Blue) = 7+99+149=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #076395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076395 is #F89C6A. Grayscale: #4C4C4C. Windows color (decimal): -16292971 or 9790215. OLE color: 9790215.
HSL color Cylindrical-coordinate representation of color #076395: hue angle of 201.13º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076395 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 99 | 149 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.42 |
| HSL | 201.13º | 0.91% | 0.31% | - |
| HSV(B) | 201.13º | 0.95% | 0.58% | - |
| XYZ | 9.97 | 11.14 | 30.06 | - |
| YUV | 77.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 149 | 0.95 | 0.34 | 0 | 0.42 | 201.13 | 0.91 | 0.31 |
| Hex | 7 | 63 | 95 | 5F | 22 | 0 | 2A | C9 | 5B | 1F |
| Octal | 7 | 143 | 225 | 137 | 42 | 0 | 52 | 311 | 133 | 37 |
| Binary | 111 | 1100011 | 10010101 | 1011111 | 100010 | 0 | 101010 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076395
Complementary color
Monochromatic Colors of #076395
Black with #076395
Text Example
Text Example
White with #076395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076395; }
p { color: rgb(7,99,149); }
H1.HeaderClassName
{
color: #076395;
}
.AnyTagClassName
{
color: #076395;
}
</style>
background-color css
<style>
a { background-color: #076395; }
a { background-color: rgb(7,99,149); }
div.DivClassName
{
background-color: #076395;
}
.BgClassName
{
background-color: #076395;
}
</style>
border-color css
<style>
span { border-color: #076395; }
span { border-color: rgb(7,99,149); }
td.TdClassName
{
border-color: #076395;
}
.TagClassName
{
border-color: #076395;
}
</style>