Shades of Cerulean #007399
Tints of Cerulean #007399
RGB
CMYK
RGB Variations
Color information
#007399 (or 0x007399) is known color: Cerulean. HEX triplet: 00, 73 and 99. RGB value is (0,115,153). Sum of RGB (Red+Green+Blue) = 0+115+153=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #007399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007399 is #FF8C66. Grayscale: #545454. Windows color (decimal): -16747623 or 10056448. OLE color: 10056448.
HSL color Cylindrical-coordinate representation of color #007399: hue angle of 194.9º 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 #007399 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 115 | 153 | - |
| CMYK | 1 | 0.25 | 0 | 0.4 |
| HSL | 194.9º | 1% | 0.3% | - |
| HSV(B) | 194.9º | 1% | 0.6% | - |
| XYZ | 11.88 | 14.56 | 32.32 | - |
| YUV | 84.95 | 166.4 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 153 | 1 | 0.25 | 0 | 0.4 | 194.9 | 1 | 0.3 |
| Hex | 0 | 73 | 99 | 64 | 19 | 0 | 28 | C3 | 64 | 1E |
| Octal | 0 | 163 | 231 | 144 | 31 | 0 | 50 | 303 | 144 | 36 |
| Binary | 0 | 1110011 | 10011001 | 1100100 | 11001 | 0 | 101000 | 11000011 | 1100100 | 11110 |
Color Harmonies of #007399
Complementary color
Monochromatic Colors of #007399
Black with #007399
Text Example
Text Example
White with #007399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007399; }
p { color: rgb(0,115,153); }
H1.HeaderClassName
{
color: #007399;
}
.AnyTagClassName
{
color: #007399;
}
</style>
background-color css
<style>
a { background-color: #007399; }
a { background-color: rgb(0,115,153); }
div.DivClassName
{
background-color: #007399;
}
.BgClassName
{
background-color: #007399;
}
</style>
border-color css
<style>
span { border-color: #007399; }
span { border-color: rgb(0,115,153); }
td.TdClassName
{
border-color: #007399;
}
.TagClassName
{
border-color: #007399;
}
</style>