Shades of Cerulean #007494
Tints of Cerulean #007494
RGB
CMYK
RGB Variations
Color information
#007494 (or 0x007494) is known color: Cerulean. HEX triplet: 00, 74 and 94. RGB value is (0,116,148). Sum of RGB (Red+Green+Blue) = 0+116+148=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #007494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007494 is #FF8B6B. Grayscale: #545454. Windows color (decimal): -16747372 or 9729024. OLE color: 9729024.
HSL color Cylindrical-coordinate representation of color #007494: hue angle of 192.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007494 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 116 | 148 | - |
| CMYK | 1 | 0.22 | 0 | 0.42 |
| HSL | 192.97º | 1% | 0.29% | - |
| HSV(B) | 192.97º | 1% | 0.58% | - |
| XYZ | 11.59 | 14.63 | 30.23 | - |
| YUV | 84.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 148 | 1 | 0.22 | 0 | 0.42 | 192.97 | 1 | 0.29 |
| Hex | 0 | 74 | 94 | 64 | 16 | 0 | 2A | C1 | 64 | 1D |
| Octal | 0 | 164 | 224 | 144 | 26 | 0 | 52 | 301 | 144 | 35 |
| Binary | 0 | 1110100 | 10010100 | 1100100 | 10110 | 0 | 101010 | 11000001 | 1100100 | 11101 |
Color Harmonies of #007494
Complementary color
Monochromatic Colors of #007494
Black with #007494
Text Example
Text Example
White with #007494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007494; }
p { color: rgb(0,116,148); }
H1.HeaderClassName
{
color: #007494;
}
.AnyTagClassName
{
color: #007494;
}
</style>
background-color css
<style>
a { background-color: #007494; }
a { background-color: rgb(0,116,148); }
div.DivClassName
{
background-color: #007494;
}
.BgClassName
{
background-color: #007494;
}
</style>
border-color css
<style>
span { border-color: #007494; }
span { border-color: rgb(0,116,148); }
td.TdClassName
{
border-color: #007494;
}
.TagClassName
{
border-color: #007494;
}
</style>