Shades of Cerulean #076491
Tints of Cerulean #076491
RGB
CMYK
RGB Variations
Color information
#076491 (or 0x076491) is known color: Cerulean. HEX triplet: 07, 64 and 91. RGB value is (7,100,145). Sum of RGB (Red+Green+Blue) = 7+100+145=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #076491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076491 is #F89B6E. Grayscale: #4D4D4D. Windows color (decimal): -16292719 or 9528327. OLE color: 9528327.
HSL color Cylindrical-coordinate representation of color #076491: hue angle of 199.57º 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 #076491 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 100 | 145 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.43 |
| HSL | 199.57º | 0.91% | 0.3% | - |
| HSV(B) | 199.57º | 0.95% | 0.57% | - |
| XYZ | 9.76 | 11.2 | 28.44 | - |
| YUV | 77.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 145 | 0.95 | 0.31 | 0 | 0.43 | 199.57 | 0.91 | 0.3 |
| Hex | 7 | 64 | 91 | 5F | 1F | 0 | 2B | C8 | 5B | 1E |
| Octal | 7 | 144 | 221 | 137 | 37 | 0 | 53 | 310 | 133 | 36 |
| Binary | 111 | 1100100 | 10010001 | 1011111 | 11111 | 0 | 101011 | 11001000 | 1011011 | 11110 |
Color Harmonies of #076491
Complementary color
Monochromatic Colors of #076491
Black with #076491
Text Example
Text Example
White with #076491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076491; }
p { color: rgb(7,100,145); }
H1.HeaderClassName
{
color: #076491;
}
.AnyTagClassName
{
color: #076491;
}
</style>
background-color css
<style>
a { background-color: #076491; }
a { background-color: rgb(7,100,145); }
div.DivClassName
{
background-color: #076491;
}
.BgClassName
{
background-color: #076491;
}
</style>
border-color css
<style>
span { border-color: #076491; }
span { border-color: rgb(7,100,145); }
td.TdClassName
{
border-color: #076491;
}
.TagClassName
{
border-color: #076491;
}
</style>