Shades of Cerulean #00769F
Tints of Cerulean #00769F
RGB
CMYK
RGB Variations
Color information
#00769F (or 0x00769F) is known color: Cerulean. HEX triplet: 00, 76 and 9F. RGB value is (0,118,159). Sum of RGB (Red+Green+Blue) = 0+118+159=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #00769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00769F is #FF8960. Grayscale: #575757. Windows color (decimal): -16746849 or 10450432. OLE color: 10450432.
HSL color Cylindrical-coordinate representation of color #00769F: hue angle of 195.47º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00769F is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 118 | 159 | - |
| CMYK | 1 | 0.26 | 0 | 0.38 |
| HSL | 195.47º | 1% | 0.31% | - |
| HSV(B) | 195.47º | 1% | 0.62% | - |
| XYZ | 12.74 | 15.46 | 35.11 | - |
| YUV | 87.39 | 168.41 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 159 | 1 | 0.26 | 0 | 0.38 | 195.47 | 1 | 0.31 |
| Hex | 0 | 76 | 9F | 64 | 1A | 0 | 26 | C3 | 64 | 1F |
| Octal | 0 | 166 | 237 | 144 | 32 | 0 | 46 | 303 | 144 | 37 |
| Binary | 0 | 1110110 | 10011111 | 1100100 | 11010 | 0 | 100110 | 11000011 | 1100100 | 11111 |
Color Harmonies of #00769F
Complementary color
Monochromatic Colors of #00769F
Black with #00769F
Text Example
Text Example
White with #00769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00769F; }
p { color: rgb(0,118,159); }
H1.HeaderClassName
{
color: #00769F;
}
.AnyTagClassName
{
color: #00769F;
}
</style>
background-color css
<style>
a { background-color: #00769F; }
a { background-color: rgb(0,118,159); }
div.DivClassName
{
background-color: #00769F;
}
.BgClassName
{
background-color: #00769F;
}
</style>
border-color css
<style>
span { border-color: #00769F; }
span { border-color: rgb(0,118,159); }
td.TdClassName
{
border-color: #00769F;
}
.TagClassName
{
border-color: #00769F;
}
</style>