Shades of Cerulean #007ABF
Tints of Cerulean #007ABF
RGB
CMYK
RGB Variations
Color information
#007ABF (or 0x007ABF) is known color: Cerulean. HEX triplet: 00, 7A and BF. RGB value is (0,122,191). Sum of RGB (Red+Green+Blue) = 0+122+191=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #007ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABF is #FF8540. Grayscale: #5C5C5C. Windows color (decimal): -16745793 or 12548608. OLE color: 12548608.
HSL color Cylindrical-coordinate representation of color #007ABF: hue angle of 201.68º 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 #007ABF is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 122 | 191 | - |
| CMYK | 1 | 0.36 | 0 | 0.25 |
| HSL | 201.68º | 1% | 0.37% | - |
| HSV(B) | 201.68º | 1% | 0.75% | - |
| XYZ | 16.36 | 17.68 | 51.84 | - |
| YUV | 93.39 | 183.08 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 191 | 1 | 0.36 | 0 | 0.25 | 201.68 | 1 | 0.37 |
| Hex | 0 | 7A | BF | 64 | 24 | 0 | 19 | CA | 64 | 25 |
| Octal | 0 | 172 | 277 | 144 | 44 | 0 | 31 | 312 | 144 | 45 |
| Binary | 0 | 1111010 | 10111111 | 1100100 | 100100 | 0 | 11001 | 11001010 | 1100100 | 100101 |
Color Harmonies of #007ABF
Complementary color
Monochromatic Colors of #007ABF
Black with #007ABF
Text Example
Text Example
White with #007ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007ABF; }
p { color: rgb(0,122,191); }
H1.HeaderClassName
{
color: #007ABF;
}
.AnyTagClassName
{
color: #007ABF;
}
</style>
background-color css
<style>
a { background-color: #007ABF; }
a { background-color: rgb(0,122,191); }
div.DivClassName
{
background-color: #007ABF;
}
.BgClassName
{
background-color: #007ABF;
}
</style>
border-color css
<style>
span { border-color: #007ABF; }
span { border-color: rgb(0,122,191); }
td.TdClassName
{
border-color: #007ABF;
}
.TagClassName
{
border-color: #007ABF;
}
</style>