Shades of Cerulean #007ABB
Tints of Cerulean #007ABB
RGB
CMYK
RGB Variations
Color information
#007ABB (or 0x007ABB) is known color: Cerulean. HEX triplet: 00, 7A and BB. RGB value is (0,122,187). Sum of RGB (Red+Green+Blue) = 0+122+187=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #007ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABB is #FF8544. Grayscale: #5C5C5C. Windows color (decimal): -16745797 or 12286464. OLE color: 12286464.
HSL color Cylindrical-coordinate representation of color #007ABB: hue angle of 200.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007ABB is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 122 | 187 | - |
| CMYK | 1 | 0.35 | 0 | 0.27 |
| HSL | 200.86º | 1% | 0.37% | - |
| HSV(B) | 200.86º | 1% | 0.73% | - |
| XYZ | 15.93 | 17.51 | 49.55 | - |
| YUV | 92.93 | 181.08 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 187 | 1 | 0.35 | 0 | 0.27 | 200.86 | 1 | 0.37 |
| Hex | 0 | 7A | BB | 64 | 23 | 0 | 1B | C9 | 64 | 25 |
| Octal | 0 | 172 | 273 | 144 | 43 | 0 | 33 | 311 | 144 | 45 |
| Binary | 0 | 1111010 | 10111011 | 1100100 | 100011 | 0 | 11011 | 11001001 | 1100100 | 100101 |
Color Harmonies of #007ABB
Complementary color
Monochromatic Colors of #007ABB
Black with #007ABB
Text Example
Text Example
White with #007ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABB; }
p { color: rgb(0,122,187); }
H1.HeaderClassName
{
color: #007ABB;
}
.AnyTagClassName
{
color: #007ABB;
}
</style>
background-color css
<style>
a { background-color: #007ABB; }
a { background-color: rgb(0,122,187); }
div.DivClassName
{
background-color: #007ABB;
}
.BgClassName
{
background-color: #007ABB;
}
</style>
border-color css
<style>
span { border-color: #007ABB; }
span { border-color: rgb(0,122,187); }
td.TdClassName
{
border-color: #007ABB;
}
.TagClassName
{
border-color: #007ABB;
}
</style>