Shades of Cerulean #007BAA
Tints of Cerulean #007BAA
RGB
CMYK
RGB Variations
Color information
#007BAA (or 0x007BAA) is known color: Cerulean. HEX triplet: 00, 7B and AA. RGB value is (0,123,170). Sum of RGB (Red+Green+Blue) = 0+123+170=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #007BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BAA is #FF8455. Grayscale: #5B5B5B. Windows color (decimal): -16745558 or 11172608. OLE color: 11172608.
HSL color Cylindrical-coordinate representation of color #007BAA: hue angle of 196.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BAA is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 123 | 170 | - |
| CMYK | 1 | 0.28 | 0 | 0.33 |
| HSL | 196.59º | 1% | 0.33% | - |
| HSV(B) | 196.59º | 1% | 0.67% | - |
| XYZ | 14.34 | 17.07 | 40.57 | - |
| YUV | 91.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 170 | 1 | 0.28 | 0 | 0.33 | 196.59 | 1 | 0.33 |
| Hex | 0 | 7B | AA | 64 | 1C | 0 | 21 | C5 | 64 | 21 |
| Octal | 0 | 173 | 252 | 144 | 34 | 0 | 41 | 305 | 144 | 41 |
| Binary | 0 | 1111011 | 10101010 | 1100100 | 11100 | 0 | 100001 | 11000101 | 1100100 | 100001 |
Color Harmonies of #007BAA
Complementary color
Monochromatic Colors of #007BAA
Black with #007BAA
Text Example
Text Example
White with #007BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BAA; }
p { color: rgb(0,123,170); }
H1.HeaderClassName
{
color: #007BAA;
}
.AnyTagClassName
{
color: #007BAA;
}
</style>
background-color css
<style>
a { background-color: #007BAA; }
a { background-color: rgb(0,123,170); }
div.DivClassName
{
background-color: #007BAA;
}
.BgClassName
{
background-color: #007BAA;
}
</style>
border-color css
<style>
span { border-color: #007BAA; }
span { border-color: rgb(0,123,170); }
td.TdClassName
{
border-color: #007BAA;
}
.TagClassName
{
border-color: #007BAA;
}
</style>