Shades of Cerulean #007499
Tints of Cerulean #007499
RGB
CMYK
RGB Variations
Color information
#007499 (or 0x007499) is known color: Cerulean. HEX triplet: 00, 74 and 99. RGB value is (0,116,153). Sum of RGB (Red+Green+Blue) = 0+116+153=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #007499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007499 is #FF8B66. Grayscale: #555555. Windows color (decimal): -16747367 or 10056704. OLE color: 10056704.
HSL color Cylindrical-coordinate representation of color #007499: hue angle of 194.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007499 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 116 | 153 | - |
| CMYK | 1 | 0.24 | 0 | 0.4 |
| HSL | 194.51º | 1% | 0.3% | - |
| HSV(B) | 194.51º | 1% | 0.6% | - |
| XYZ | 12 | 14.79 | 32.36 | - |
| YUV | 85.53 | 166.07 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 153 | 1 | 0.24 | 0 | 0.4 | 194.51 | 1 | 0.3 |
| Hex | 0 | 74 | 99 | 64 | 18 | 0 | 28 | C3 | 64 | 1E |
| Octal | 0 | 164 | 231 | 144 | 30 | 0 | 50 | 303 | 144 | 36 |
| Binary | 0 | 1110100 | 10011001 | 1100100 | 11000 | 0 | 101000 | 11000011 | 1100100 | 11110 |
Color Harmonies of #007499
Complementary color
Monochromatic Colors of #007499
Black with #007499
Text Example
Text Example
White with #007499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007499; }
p { color: rgb(0,116,153); }
H1.HeaderClassName
{
color: #007499;
}
.AnyTagClassName
{
color: #007499;
}
</style>
background-color css
<style>
a { background-color: #007499; }
a { background-color: rgb(0,116,153); }
div.DivClassName
{
background-color: #007499;
}
.BgClassName
{
background-color: #007499;
}
</style>
border-color css
<style>
span { border-color: #007499; }
span { border-color: rgb(0,116,153); }
td.TdClassName
{
border-color: #007499;
}
.TagClassName
{
border-color: #007499;
}
</style>