Shades of Cerulean #007195
Tints of Cerulean #007195
RGB
CMYK
RGB Variations
Color information
#007195 (or 0x007195) is known color: Cerulean. HEX triplet: 00, 71 and 95. RGB value is (0,113,149). Sum of RGB (Red+Green+Blue) = 0+113+149=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #007195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007195 is #FF8E6A. Grayscale: #535353. Windows color (decimal): -16748139 or 9793792. OLE color: 9793792.
HSL color Cylindrical-coordinate representation of color #007195: hue angle of 194.5º 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 #007195 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 113 | 149 | - |
| CMYK | 1 | 0.24 | 0 | 0.42 |
| HSL | 194.5º | 1% | 0.29% | - |
| HSV(B) | 194.5º | 1% | 0.58% | - |
| XYZ | 11.33 | 13.98 | 30.54 | - |
| YUV | 83.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 149 | 1 | 0.24 | 0 | 0.42 | 194.5 | 1 | 0.29 |
| Hex | 0 | 71 | 95 | 64 | 18 | 0 | 2A | C2 | 64 | 1D |
| Octal | 0 | 161 | 225 | 144 | 30 | 0 | 52 | 302 | 144 | 35 |
| Binary | 0 | 1110001 | 10010101 | 1100100 | 11000 | 0 | 101010 | 11000010 | 1100100 | 11101 |
Color Harmonies of #007195
Complementary color
Monochromatic Colors of #007195
Black with #007195
Text Example
Text Example
White with #007195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007195; }
p { color: rgb(0,113,149); }
H1.HeaderClassName
{
color: #007195;
}
.AnyTagClassName
{
color: #007195;
}
</style>
background-color css
<style>
a { background-color: #007195; }
a { background-color: rgb(0,113,149); }
div.DivClassName
{
background-color: #007195;
}
.BgClassName
{
background-color: #007195;
}
</style>
border-color css
<style>
span { border-color: #007195; }
span { border-color: rgb(0,113,149); }
td.TdClassName
{
border-color: #007195;
}
.TagClassName
{
border-color: #007195;
}
</style>