Shades of Cerulean #007ABA
Tints of Cerulean #007ABA
RGB
CMYK
RGB Variations
Color information
#007ABA (or 0x007ABA) is known color: Cerulean. HEX triplet: 00, 7A and BA. RGB value is (0,122,186). Sum of RGB (Red+Green+Blue) = 0+122+186=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #007ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABA is #FF8545. Grayscale: #5C5C5C. Windows color (decimal): -16745798 or 12220928. OLE color: 12220928.
HSL color Cylindrical-coordinate representation of color #007ABA: hue angle of 200.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ABA is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 122 | 186 | - |
| CMYK | 1 | 0.34 | 0 | 0.27 |
| HSL | 200.65º | 1% | 0.36% | - |
| HSV(B) | 200.65º | 1% | 0.73% | - |
| XYZ | 15.82 | 17.46 | 48.99 | - |
| YUV | 92.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 186 | 1 | 0.34 | 0 | 0.27 | 200.65 | 1 | 0.36 |
| Hex | 0 | 7A | BA | 64 | 22 | 0 | 1B | C9 | 64 | 24 |
| Octal | 0 | 172 | 272 | 144 | 42 | 0 | 33 | 311 | 144 | 44 |
| Binary | 0 | 1111010 | 10111010 | 1100100 | 100010 | 0 | 11011 | 11001001 | 1100100 | 100100 |
Color Harmonies of #007ABA
Complementary color
Monochromatic Colors of #007ABA
Black with #007ABA
Text Example
Text Example
White with #007ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABA; }
p { color: rgb(0,122,186); }
H1.HeaderClassName
{
color: #007ABA;
}
.AnyTagClassName
{
color: #007ABA;
}
</style>
background-color css
<style>
a { background-color: #007ABA; }
a { background-color: rgb(0,122,186); }
div.DivClassName
{
background-color: #007ABA;
}
.BgClassName
{
background-color: #007ABA;
}
</style>
border-color css
<style>
span { border-color: #007ABA; }
span { border-color: rgb(0,122,186); }
td.TdClassName
{
border-color: #007ABA;
}
.TagClassName
{
border-color: #007ABA;
}
</style>