Shades of Cerulean #007998
Tints of Cerulean #007998
RGB
CMYK
RGB Variations
Color information
#007998 (or 0x007998) is known color: Cerulean. HEX triplet: 00, 79 and 98. RGB value is (0,121,152). Sum of RGB (Red+Green+Blue) = 0+121+152=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #007998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007998 is #FF8667. Grayscale: #585858. Windows color (decimal): -16746088 or 9992448. OLE color: 9992448.
HSL color Cylindrical-coordinate representation of color #007998: hue angle of 192.24º 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 #007998 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 121 | 152 | - |
| CMYK | 1 | 0.20 | 0 | 0.40 |
| HSL | 192.24º | 1% | 0.3% | - |
| HSV(B) | 192.24º | 1% | 0.6% | - |
| XYZ | 12.5 | 15.94 | 32.12 | - |
| YUV | 88.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 152 | 1 | 0.20 | 0 | 0.40 | 192.24 | 1 | 0.3 |
| Hex | 0 | 79 | 98 | 64 | 14 | 0 | 28 | C0 | 64 | 1E |
| Octal | 0 | 171 | 230 | 144 | 24 | 0 | 50 | 300 | 144 | 36 |
| Binary | 0 | 1111001 | 10011000 | 1100100 | 10100 | 0 | 101000 | 11000000 | 1100100 | 11110 |
Color Harmonies of #007998
Complementary color
Monochromatic Colors of #007998
Black with #007998
Text Example
Text Example
White with #007998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007998; }
p { color: rgb(0,121,152); }
H1.HeaderClassName
{
color: #007998;
}
.AnyTagClassName
{
color: #007998;
}
</style>
background-color css
<style>
a { background-color: #007998; }
a { background-color: rgb(0,121,152); }
div.DivClassName
{
background-color: #007998;
}
.BgClassName
{
background-color: #007998;
}
</style>
border-color css
<style>
span { border-color: #007998; }
span { border-color: rgb(0,121,152); }
td.TdClassName
{
border-color: #007998;
}
.TagClassName
{
border-color: #007998;
}
</style>