Shades of Cerulean #007CC0
Tints of Cerulean #007CC0
RGB
CMYK
RGB Variations
Color information
#007CC0 (or 0x007CC0) is known color: Cerulean. HEX triplet: 00, 7C and C0. RGB value is (0,124,192). Sum of RGB (Red+Green+Blue) = 0+124+192=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #007CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CC0 is #FF833F. Grayscale: #5E5E5E. Windows color (decimal): -16745280 or 12614656. OLE color: 12614656.
HSL color Cylindrical-coordinate representation of color #007CC0: hue angle of 201.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CC0 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 124 | 192 | - |
| CMYK | 1 | 0.35 | 0 | 0.25 |
| HSL | 201.25º | 1% | 0.38% | - |
| HSV(B) | 201.25º | 1% | 0.75% | - |
| XYZ | 16.72 | 18.22 | 52.5 | - |
| YUV | 94.68 | 182.92 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 192 | 1 | 0.35 | 0 | 0.25 | 201.25 | 1 | 0.38 |
| Hex | 0 | 7C | C0 | 64 | 23 | 0 | 19 | C9 | 64 | 26 |
| Octal | 0 | 174 | 300 | 144 | 43 | 0 | 31 | 311 | 144 | 46 |
| Binary | 0 | 1111100 | 11000000 | 1100100 | 100011 | 0 | 11001 | 11001001 | 1100100 | 100110 |
Color Harmonies of #007CC0
Complementary color
Monochromatic Colors of #007CC0
Black with #007CC0
Text Example
Text Example
White with #007CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CC0; }
p { color: rgb(0,124,192); }
H1.HeaderClassName
{
color: #007CC0;
}
.AnyTagClassName
{
color: #007CC0;
}
</style>
background-color css
<style>
a { background-color: #007CC0; }
a { background-color: rgb(0,124,192); }
div.DivClassName
{
background-color: #007CC0;
}
.BgClassName
{
background-color: #007CC0;
}
</style>
border-color css
<style>
span { border-color: #007CC0; }
span { border-color: rgb(0,124,192); }
td.TdClassName
{
border-color: #007CC0;
}
.TagClassName
{
border-color: #007CC0;
}
</style>