Shades of Cerulean #076294
Tints of Cerulean #076294
RGB
CMYK
RGB Variations
Color information
#076294 (or 0x076294) is known color: Cerulean. HEX triplet: 07, 62 and 94. RGB value is (7,98,148). Sum of RGB (Red+Green+Blue) = 7+98+148=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #076294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076294 is #F89D6B. Grayscale: #4C4C4C. Windows color (decimal): -16293228 or 9724423. OLE color: 9724423.
HSL color Cylindrical-coordinate representation of color #076294: hue angle of 201.28º 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 #076294 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 98 | 148 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.42 |
| HSL | 201.28º | 0.91% | 0.3% | - |
| HSV(B) | 201.28º | 0.95% | 0.58% | - |
| XYZ | 9.8 | 10.92 | 29.61 | - |
| YUV | 76.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 148 | 0.95 | 0.34 | 0 | 0.42 | 201.28 | 0.91 | 0.3 |
| Hex | 7 | 62 | 94 | 5F | 22 | 0 | 2A | C9 | 5B | 1E |
| Octal | 7 | 142 | 224 | 137 | 42 | 0 | 52 | 311 | 133 | 36 |
| Binary | 111 | 1100010 | 10010100 | 1011111 | 100010 | 0 | 101010 | 11001001 | 1011011 | 11110 |
Color Harmonies of #076294
Complementary color
Monochromatic Colors of #076294
Black with #076294
Text Example
Text Example
White with #076294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076294; }
p { color: rgb(7,98,148); }
H1.HeaderClassName
{
color: #076294;
}
.AnyTagClassName
{
color: #076294;
}
</style>
background-color css
<style>
a { background-color: #076294; }
a { background-color: rgb(7,98,148); }
div.DivClassName
{
background-color: #076294;
}
.BgClassName
{
background-color: #076294;
}
</style>
border-color css
<style>
span { border-color: #076294; }
span { border-color: rgb(7,98,148); }
td.TdClassName
{
border-color: #076294;
}
.TagClassName
{
border-color: #076294;
}
</style>