Shades of Cerulean #00759C
Tints of Cerulean #00759C
RGB
CMYK
RGB Variations
Color information
#00759C (or 0x00759C) is known color: Cerulean. HEX triplet: 00, 75 and 9C. RGB value is (0,117,156). Sum of RGB (Red+Green+Blue) = 0+117+156=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #00759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00759C is #FF8A63. Grayscale: #565656. Windows color (decimal): -16747108 or 10253568. OLE color: 10253568.
HSL color Cylindrical-coordinate representation of color #00759C: hue angle of 195º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00759C is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 117 | 156 | - |
| CMYK | 1 | 0.25 | 0 | 0.39 |
| HSL | 195º | 1% | 0.31% | - |
| HSV(B) | 195º | 1% | 0.61% | - |
| XYZ | 12.36 | 15.12 | 33.72 | - |
| YUV | 86.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 156 | 1 | 0.25 | 0 | 0.39 | 195 | 1 | 0.31 |
| Hex | 0 | 75 | 9C | 64 | 19 | 0 | 27 | C3 | 64 | 1F |
| Octal | 0 | 165 | 234 | 144 | 31 | 0 | 47 | 303 | 144 | 37 |
| Binary | 0 | 1110101 | 10011100 | 1100100 | 11001 | 0 | 100111 | 11000011 | 1100100 | 11111 |
Color Harmonies of #00759C
Complementary color
Monochromatic Colors of #00759C
Black with #00759C
Text Example
Text Example
White with #00759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00759C; }
p { color: rgb(0,117,156); }
H1.HeaderClassName
{
color: #00759C;
}
.AnyTagClassName
{
color: #00759C;
}
</style>
background-color css
<style>
a { background-color: #00759C; }
a { background-color: rgb(0,117,156); }
div.DivClassName
{
background-color: #00759C;
}
.BgClassName
{
background-color: #00759C;
}
</style>
border-color css
<style>
span { border-color: #00759C; }
span { border-color: rgb(0,117,156); }
td.TdClassName
{
border-color: #00759C;
}
.TagClassName
{
border-color: #00759C;
}
</style>