Shades of Cerulean #076792
Tints of Cerulean #076792
RGB
CMYK
RGB Variations
Color information
#076792 (or 0x076792) is known color: Cerulean. HEX triplet: 07, 67 and 92. RGB value is (7,103,146). Sum of RGB (Red+Green+Blue) = 7+103+146=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #076792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076792 is #F8986D. Grayscale: #4E4E4E. Windows color (decimal): -16291950 or 9594631. OLE color: 9594631.
HSL color Cylindrical-coordinate representation of color #076792: hue angle of 198.56º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076792 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 103 | 146 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.43 |
| HSL | 198.56º | 0.91% | 0.3% | - |
| HSV(B) | 198.56º | 0.95% | 0.57% | - |
| XYZ | 10.13 | 11.82 | 28.94 | - |
| YUV | 79.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 146 | 0.95 | 0.29 | 0 | 0.43 | 198.56 | 0.91 | 0.3 |
| Hex | 7 | 67 | 92 | 5F | 1D | 0 | 2B | C7 | 5B | 1E |
| Octal | 7 | 147 | 222 | 137 | 35 | 0 | 53 | 307 | 133 | 36 |
| Binary | 111 | 1100111 | 10010010 | 1011111 | 11101 | 0 | 101011 | 11000111 | 1011011 | 11110 |
Color Harmonies of #076792
Complementary color
Monochromatic Colors of #076792
Black with #076792
Text Example
Text Example
White with #076792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076792; }
p { color: rgb(7,103,146); }
H1.HeaderClassName
{
color: #076792;
}
.AnyTagClassName
{
color: #076792;
}
</style>
background-color css
<style>
a { background-color: #076792; }
a { background-color: rgb(7,103,146); }
div.DivClassName
{
background-color: #076792;
}
.BgClassName
{
background-color: #076792;
}
</style>
border-color css
<style>
span { border-color: #076792; }
span { border-color: rgb(7,103,146); }
td.TdClassName
{
border-color: #076792;
}
.TagClassName
{
border-color: #076792;
}
</style>