Shades of Cerulean #007395
Tints of Cerulean #007395
RGB
CMYK
RGB Variations
Color information
#007395 (or 0x007395) is known color: Cerulean. HEX triplet: 00, 73 and 95. RGB value is (0,115,149). Sum of RGB (Red+Green+Blue) = 0+115+149=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #007395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007395 is #FF8C6A. Grayscale: #545454. Windows color (decimal): -16747627 or 9794304. OLE color: 9794304.
HSL color Cylindrical-coordinate representation of color #007395: hue angle of 193.69º 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 #007395 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 115 | 149 | - |
| CMYK | 1 | 0.23 | 0 | 0.42 |
| HSL | 193.69º | 1% | 0.29% | - |
| HSV(B) | 193.69º | 1% | 0.58% | - |
| XYZ | 11.56 | 14.43 | 30.61 | - |
| YUV | 84.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 149 | 1 | 0.23 | 0 | 0.42 | 193.69 | 1 | 0.29 |
| Hex | 0 | 73 | 95 | 64 | 17 | 0 | 2A | C2 | 64 | 1D |
| Octal | 0 | 163 | 225 | 144 | 27 | 0 | 52 | 302 | 144 | 35 |
| Binary | 0 | 1110011 | 10010101 | 1100100 | 10111 | 0 | 101010 | 11000010 | 1100100 | 11101 |
Color Harmonies of #007395
Complementary color
Monochromatic Colors of #007395
Black with #007395
Text Example
Text Example
White with #007395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007395; }
p { color: rgb(0,115,149); }
H1.HeaderClassName
{
color: #007395;
}
.AnyTagClassName
{
color: #007395;
}
</style>
background-color css
<style>
a { background-color: #007395; }
a { background-color: rgb(0,115,149); }
div.DivClassName
{
background-color: #007395;
}
.BgClassName
{
background-color: #007395;
}
</style>
border-color css
<style>
span { border-color: #007395; }
span { border-color: rgb(0,115,149); }
td.TdClassName
{
border-color: #007395;
}
.TagClassName
{
border-color: #007395;
}
</style>