Shades of Cerulean #007795
Tints of Cerulean #007795
RGB
CMYK
RGB Variations
Color information
#007795 (or 0x007795) is known color: Cerulean. HEX triplet: 00, 77 and 95. RGB value is (0,119,149). Sum of RGB (Red+Green+Blue) = 0+119+149=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #007795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007795 is #FF886A. Grayscale: #565656. Windows color (decimal): -16746603 or 9795328. OLE color: 9795328.
HSL color Cylindrical-coordinate representation of color #007795: hue angle of 192.08º 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 #007795 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 119 | 149 | - |
| CMYK | 1 | 0.20 | 0 | 0.42 |
| HSL | 192.08º | 1% | 0.29% | - |
| HSV(B) | 192.08º | 1% | 0.58% | - |
| XYZ | 12.02 | 15.36 | 30.77 | - |
| YUV | 86.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 149 | 1 | 0.20 | 0 | 0.42 | 192.08 | 1 | 0.29 |
| Hex | 0 | 77 | 95 | 64 | 14 | 0 | 2A | C0 | 64 | 1D |
| Octal | 0 | 167 | 225 | 144 | 24 | 0 | 52 | 300 | 144 | 35 |
| Binary | 0 | 1110111 | 10010101 | 1100100 | 10100 | 0 | 101010 | 11000000 | 1100100 | 11101 |
Color Harmonies of #007795
Complementary color
Monochromatic Colors of #007795
Black with #007795
Text Example
Text Example
White with #007795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007795; }
p { color: rgb(0,119,149); }
H1.HeaderClassName
{
color: #007795;
}
.AnyTagClassName
{
color: #007795;
}
</style>
background-color css
<style>
a { background-color: #007795; }
a { background-color: rgb(0,119,149); }
div.DivClassName
{
background-color: #007795;
}
.BgClassName
{
background-color: #007795;
}
</style>
border-color css
<style>
span { border-color: #007795; }
span { border-color: rgb(0,119,149); }
td.TdClassName
{
border-color: #007795;
}
.TagClassName
{
border-color: #007795;
}
</style>