Shades of Cerulean #076394
Tints of Cerulean #076394
RGB
CMYK
RGB Variations
Color information
#076394 (or 0x076394) is known color: Cerulean. HEX triplet: 07, 63 and 94. RGB value is (7,99,148). Sum of RGB (Red+Green+Blue) = 7+99+148=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #076394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076394 is #F89C6B. Grayscale: #4C4C4C. Windows color (decimal): -16292972 or 9724679. OLE color: 9724679.
HSL color Cylindrical-coordinate representation of color #076394: hue angle of 200.85º 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 #076394 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 99 | 148 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.42 |
| HSL | 200.85º | 0.91% | 0.3% | - |
| HSV(B) | 200.85º | 0.95% | 0.58% | - |
| XYZ | 9.89 | 11.11 | 29.64 | - |
| YUV | 77.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 148 | 0.95 | 0.33 | 0 | 0.42 | 200.85 | 0.91 | 0.3 |
| Hex | 7 | 63 | 94 | 5F | 21 | 0 | 2A | C9 | 5B | 1E |
| Octal | 7 | 143 | 224 | 137 | 41 | 0 | 52 | 311 | 133 | 36 |
| Binary | 111 | 1100011 | 10010100 | 1011111 | 100001 | 0 | 101010 | 11001001 | 1011011 | 11110 |
Color Harmonies of #076394
Complementary color
Monochromatic Colors of #076394
Black with #076394
Text Example
Text Example
White with #076394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076394; }
p { color: rgb(7,99,148); }
H1.HeaderClassName
{
color: #076394;
}
.AnyTagClassName
{
color: #076394;
}
</style>
background-color css
<style>
a { background-color: #076394; }
a { background-color: rgb(7,99,148); }
div.DivClassName
{
background-color: #076394;
}
.BgClassName
{
background-color: #076394;
}
</style>
border-color css
<style>
span { border-color: #076394; }
span { border-color: rgb(7,99,148); }
td.TdClassName
{
border-color: #076394;
}
.TagClassName
{
border-color: #076394;
}
</style>