Shades of Cerulean #007C9F
Tints of Cerulean #007C9F
RGB
CMYK
RGB Variations
Color information
#007C9F (or 0x007C9F) is known color: Cerulean. HEX triplet: 00, 7C and 9F. RGB value is (0,124,159). Sum of RGB (Red+Green+Blue) = 0+124+159=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #007C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C9F is #FF8360. Grayscale: #5A5A5A. Windows color (decimal): -16745313 or 10451968. OLE color: 10451968.
HSL color Cylindrical-coordinate representation of color #007C9F: hue angle of 193.21º 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 #007C9F is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 124 | 159 | - |
| CMYK | 1 | 0.22 | 0 | 0.38 |
| HSL | 193.21º | 1% | 0.31% | - |
| HSV(B) | 193.21º | 1% | 0.62% | - |
| XYZ | 13.47 | 16.92 | 35.36 | - |
| YUV | 90.91 | 166.42 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 159 | 1 | 0.22 | 0 | 0.38 | 193.21 | 1 | 0.31 |
| Hex | 0 | 7C | 9F | 64 | 16 | 0 | 26 | C1 | 64 | 1F |
| Octal | 0 | 174 | 237 | 144 | 26 | 0 | 46 | 301 | 144 | 37 |
| Binary | 0 | 1111100 | 10011111 | 1100100 | 10110 | 0 | 100110 | 11000001 | 1100100 | 11111 |
Color Harmonies of #007C9F
Complementary color
Monochromatic Colors of #007C9F
Black with #007C9F
Text Example
Text Example
White with #007C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C9F; }
p { color: rgb(0,124,159); }
H1.HeaderClassName
{
color: #007C9F;
}
.AnyTagClassName
{
color: #007C9F;
}
</style>
background-color css
<style>
a { background-color: #007C9F; }
a { background-color: rgb(0,124,159); }
div.DivClassName
{
background-color: #007C9F;
}
.BgClassName
{
background-color: #007C9F;
}
</style>
border-color css
<style>
span { border-color: #007C9F; }
span { border-color: rgb(0,124,159); }
td.TdClassName
{
border-color: #007C9F;
}
.TagClassName
{
border-color: #007C9F;
}
</style>