Shades of Cerulean #07749D
Tints of Cerulean #07749D
RGB
CMYK
RGB Variations
Color information
#07749D (or 0x07749D) is known color: Cerulean. HEX triplet: 07, 74 and 9D. RGB value is (7,116,157). Sum of RGB (Red+Green+Blue) = 7+116+157=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #07749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07749D is #F88B62. Grayscale: #575757. Windows color (decimal): -16288611 or 10318855. OLE color: 10318855.
HSL color Cylindrical-coordinate representation of color #07749D: hue angle of 196.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07749D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 116 | 157 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.38 |
| HSL | 196.4º | 0.91% | 0.32% | - |
| HSV(B) | 196.4º | 0.96% | 0.62% | - |
| XYZ | 12.42 | 14.97 | 34.13 | - |
| YUV | 88.08 | 166.89 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 157 | 0.96 | 0.26 | 0 | 0.38 | 196.4 | 0.91 | 0.32 |
| Hex | 7 | 74 | 9D | 60 | 1A | 0 | 26 | C4 | 5B | 20 |
| Octal | 7 | 164 | 235 | 140 | 32 | 0 | 46 | 304 | 133 | 40 |
| Binary | 111 | 1110100 | 10011101 | 1100000 | 11010 | 0 | 100110 | 11000100 | 1011011 | 100000 |
Color Harmonies of #07749D
Complementary color
Monochromatic Colors of #07749D
Black with #07749D
Text Example
Text Example
White with #07749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07749D; }
p { color: rgb(7,116,157); }
H1.HeaderClassName
{
color: #07749D;
}
.AnyTagClassName
{
color: #07749D;
}
</style>
background-color css
<style>
a { background-color: #07749D; }
a { background-color: rgb(7,116,157); }
div.DivClassName
{
background-color: #07749D;
}
.BgClassName
{
background-color: #07749D;
}
</style>
border-color css
<style>
span { border-color: #07749D; }
span { border-color: rgb(7,116,157); }
td.TdClassName
{
border-color: #07749D;
}
.TagClassName
{
border-color: #07749D;
}
</style>