Shades of Cerulean #076993
Tints of Cerulean #076993
RGB
CMYK
RGB Variations
Color information
#076993 (or 0x076993) is known color: Cerulean. HEX triplet: 07, 69 and 93. RGB value is (7,105,147). Sum of RGB (Red+Green+Blue) = 7+105+147=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #076993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076993 is #F8966C. Grayscale: #505050. Windows color (decimal): -16291437 or 9660679. OLE color: 9660679.
HSL color Cylindrical-coordinate representation of color #076993: hue angle of 198º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076993 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 105 | 147 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.42 |
| HSL | 198º | 0.91% | 0.3% | - |
| HSV(B) | 198º | 0.95% | 0.58% | - |
| XYZ | 10.41 | 12.25 | 29.42 | - |
| YUV | 80.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 147 | 0.95 | 0.29 | 0 | 0.42 | 198 | 0.91 | 0.3 |
| Hex | 7 | 69 | 93 | 5F | 1D | 0 | 2A | C6 | 5B | 1E |
| Octal | 7 | 151 | 223 | 137 | 35 | 0 | 52 | 306 | 133 | 36 |
| Binary | 111 | 1101001 | 10010011 | 1011111 | 11101 | 0 | 101010 | 11000110 | 1011011 | 11110 |
Color Harmonies of #076993
Complementary color
Monochromatic Colors of #076993
Black with #076993
Text Example
Text Example
White with #076993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076993; }
p { color: rgb(7,105,147); }
H1.HeaderClassName
{
color: #076993;
}
.AnyTagClassName
{
color: #076993;
}
</style>
background-color css
<style>
a { background-color: #076993; }
a { background-color: rgb(7,105,147); }
div.DivClassName
{
background-color: #076993;
}
.BgClassName
{
background-color: #076993;
}
</style>
border-color css
<style>
span { border-color: #076993; }
span { border-color: rgb(7,105,147); }
td.TdClassName
{
border-color: #076993;
}
.TagClassName
{
border-color: #076993;
}
</style>