Shades of Cerulean #007BAC
Tints of Cerulean #007BAC
RGB
CMYK
RGB Variations
Color information
#007BAC (or 0x007BAC) is known color: Cerulean. HEX triplet: 00, 7B and AC. RGB value is (0,123,172). Sum of RGB (Red+Green+Blue) = 0+123+172=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #007BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BAC is #FF8453. Grayscale: #5B5B5B. Windows color (decimal): -16745556 or 11303680. OLE color: 11303680.
HSL color Cylindrical-coordinate representation of color #007BAC: hue angle of 197.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BAC is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 123 | 172 | - |
| CMYK | 1 | 0.28 | 0 | 0.33 |
| HSL | 197.09º | 1% | 0.34% | - |
| HSV(B) | 197.09º | 1% | 0.67% | - |
| XYZ | 14.53 | 17.14 | 41.57 | - |
| YUV | 91.81 | 173.25 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 172 | 1 | 0.28 | 0 | 0.33 | 197.09 | 1 | 0.34 |
| Hex | 0 | 7B | AC | 64 | 1C | 0 | 21 | C5 | 64 | 22 |
| Octal | 0 | 173 | 254 | 144 | 34 | 0 | 41 | 305 | 144 | 42 |
| Binary | 0 | 1111011 | 10101100 | 1100100 | 11100 | 0 | 100001 | 11000101 | 1100100 | 100010 |
Color Harmonies of #007BAC
Complementary color
Monochromatic Colors of #007BAC
Black with #007BAC
Text Example
Text Example
White with #007BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BAC; }
p { color: rgb(0,123,172); }
H1.HeaderClassName
{
color: #007BAC;
}
.AnyTagClassName
{
color: #007BAC;
}
</style>
background-color css
<style>
a { background-color: #007BAC; }
a { background-color: rgb(0,123,172); }
div.DivClassName
{
background-color: #007BAC;
}
.BgClassName
{
background-color: #007BAC;
}
</style>
border-color css
<style>
span { border-color: #007BAC; }
span { border-color: rgb(0,123,172); }
td.TdClassName
{
border-color: #007BAC;
}
.TagClassName
{
border-color: #007BAC;
}
</style>