Shades of Cerulean #007397
Tints of Cerulean #007397
RGB
CMYK
RGB Variations
Color information
#007397 (or 0x007397) is known color: Cerulean. HEX triplet: 00, 73 and 97. RGB value is (0,115,151). Sum of RGB (Red+Green+Blue) = 0+115+151=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #007397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007397 is #FF8C68. Grayscale: #545454. Windows color (decimal): -16747625 or 9925376. OLE color: 9925376.
HSL color Cylindrical-coordinate representation of color #007397: hue angle of 194.3º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007397 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 115 | 151 | - |
| CMYK | 1 | 0.24 | 0 | 0.41 |
| HSL | 194.3º | 1% | 0.3% | - |
| HSV(B) | 194.3º | 1% | 0.59% | - |
| XYZ | 11.72 | 14.5 | 31.46 | - |
| YUV | 84.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 151 | 1 | 0.24 | 0 | 0.41 | 194.3 | 1 | 0.3 |
| Hex | 0 | 73 | 97 | 64 | 18 | 0 | 29 | C2 | 64 | 1E |
| Octal | 0 | 163 | 227 | 144 | 30 | 0 | 51 | 302 | 144 | 36 |
| Binary | 0 | 1110011 | 10010111 | 1100100 | 11000 | 0 | 101001 | 11000010 | 1100100 | 11110 |
Color Harmonies of #007397
Complementary color
Monochromatic Colors of #007397
Black with #007397
Text Example
Text Example
White with #007397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007397; }
p { color: rgb(0,115,151); }
H1.HeaderClassName
{
color: #007397;
}
.AnyTagClassName
{
color: #007397;
}
</style>
background-color css
<style>
a { background-color: #007397; }
a { background-color: rgb(0,115,151); }
div.DivClassName
{
background-color: #007397;
}
.BgClassName
{
background-color: #007397;
}
</style>
border-color css
<style>
span { border-color: #007397; }
span { border-color: rgb(0,115,151); }
td.TdClassName
{
border-color: #007397;
}
.TagClassName
{
border-color: #007397;
}
</style>