Shades of Cerulean #007ABC
Tints of Cerulean #007ABC
RGB
CMYK
RGB Variations
Color information
#007ABC (or 0x007ABC) is known color: Cerulean. HEX triplet: 00, 7A and BC. RGB value is (0,122,188). Sum of RGB (Red+Green+Blue) = 0+122+188=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #007ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABC is #FF8543. Grayscale: #5C5C5C. Windows color (decimal): -16745796 or 12352000. OLE color: 12352000.
HSL color Cylindrical-coordinate representation of color #007ABC: hue angle of 201.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ABC is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 122 | 188 | - |
| CMYK | 1 | 0.35 | 0 | 0.26 |
| HSL | 201.06º | 1% | 0.37% | - |
| HSV(B) | 201.06º | 1% | 0.74% | - |
| XYZ | 16.04 | 17.55 | 50.12 | - |
| YUV | 93.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 188 | 1 | 0.35 | 0 | 0.26 | 201.06 | 1 | 0.37 |
| Hex | 0 | 7A | BC | 64 | 23 | 0 | 1A | C9 | 64 | 25 |
| Octal | 0 | 172 | 274 | 144 | 43 | 0 | 32 | 311 | 144 | 45 |
| Binary | 0 | 1111010 | 10111100 | 1100100 | 100011 | 0 | 11010 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007ABC
Complementary color
Monochromatic Colors of #007ABC
Black with #007ABC
Text Example
Text Example
White with #007ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABC; }
p { color: rgb(0,122,188); }
H1.HeaderClassName
{
color: #007ABC;
}
.AnyTagClassName
{
color: #007ABC;
}
</style>
background-color css
<style>
a { background-color: #007ABC; }
a { background-color: rgb(0,122,188); }
div.DivClassName
{
background-color: #007ABC;
}
.BgClassName
{
background-color: #007ABC;
}
</style>
border-color css
<style>
span { border-color: #007ABC; }
span { border-color: rgb(0,122,188); }
td.TdClassName
{
border-color: #007ABC;
}
.TagClassName
{
border-color: #007ABC;
}
</style>