Shades of Cerulean #007ABE
Tints of Cerulean #007ABE
RGB
CMYK
RGB Variations
Color information
#007ABE (or 0x007ABE) is known color: Cerulean. HEX triplet: 00, 7A and BE. RGB value is (0,122,190). Sum of RGB (Red+Green+Blue) = 0+122+190=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #007ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABE is #FF8541. Grayscale: #5C5C5C. Windows color (decimal): -16745794 or 12483072. OLE color: 12483072.
HSL color Cylindrical-coordinate representation of color #007ABE: hue angle of 201.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ABE is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 122 | 190 | - |
| CMYK | 1 | 0.36 | 0 | 0.25 |
| HSL | 201.47º | 1% | 0.37% | - |
| HSV(B) | 201.47º | 1% | 0.75% | - |
| XYZ | 16.25 | 17.64 | 51.26 | - |
| YUV | 93.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 190 | 1 | 0.36 | 0 | 0.25 | 201.47 | 1 | 0.37 |
| Hex | 0 | 7A | BE | 64 | 24 | 0 | 19 | C9 | 64 | 25 |
| Octal | 0 | 172 | 276 | 144 | 44 | 0 | 31 | 311 | 144 | 45 |
| Binary | 0 | 1111010 | 10111110 | 1100100 | 100100 | 0 | 11001 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007ABE
Complementary color
Monochromatic Colors of #007ABE
Black with #007ABE
Text Example
Text Example
White with #007ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABE; }
p { color: rgb(0,122,190); }
H1.HeaderClassName
{
color: #007ABE;
}
.AnyTagClassName
{
color: #007ABE;
}
</style>
background-color css
<style>
a { background-color: #007ABE; }
a { background-color: rgb(0,122,190); }
div.DivClassName
{
background-color: #007ABE;
}
.BgClassName
{
background-color: #007ABE;
}
</style>
border-color css
<style>
span { border-color: #007ABE; }
span { border-color: rgb(0,122,190); }
td.TdClassName
{
border-color: #007ABE;
}
.TagClassName
{
border-color: #007ABE;
}
</style>