Shades of Cerulean #007BA8
Tints of Cerulean #007BA8
RGB
CMYK
RGB Variations
Color information
#007BA8 (or 0x007BA8) is known color: Cerulean. HEX triplet: 00, 7B and A8. RGB value is (0,123,168). Sum of RGB (Red+Green+Blue) = 0+123+168=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 168 (66.02% from 255 or 57.73% from 291); Max value from RGB is 168 - color contains mainly: blue. Hex color #007BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BA8 is #FF8457. Grayscale: #5B5B5B. Windows color (decimal): -16745560 or 11041536. OLE color: 11041536.
HSL color Cylindrical-coordinate representation of color #007BA8: hue angle of 196.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BA8 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 123 | 168 | - |
| CMYK | 1 | 0.27 | 0 | 0.34 |
| HSL | 196.07º | 1% | 0.33% | - |
| HSV(B) | 196.07º | 1% | 0.66% | - |
| XYZ | 14.15 | 16.99 | 39.58 | - |
| YUV | 91.35 | 171.25 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 168 | 1 | 0.27 | 0 | 0.34 | 196.07 | 1 | 0.33 |
| Hex | 0 | 7B | A8 | 64 | 1B | 0 | 22 | C4 | 64 | 21 |
| Octal | 0 | 173 | 250 | 144 | 33 | 0 | 42 | 304 | 144 | 41 |
| Binary | 0 | 1111011 | 10101000 | 1100100 | 11011 | 0 | 100010 | 11000100 | 1100100 | 100001 |
Color Harmonies of #007BA8
Complementary color
Monochromatic Colors of #007BA8
Black with #007BA8
Text Example
Text Example
White with #007BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BA8; }
p { color: rgb(0,123,168); }
H1.HeaderClassName
{
color: #007BA8;
}
.AnyTagClassName
{
color: #007BA8;
}
</style>
background-color css
<style>
a { background-color: #007BA8; }
a { background-color: rgb(0,123,168); }
div.DivClassName
{
background-color: #007BA8;
}
.BgClassName
{
background-color: #007BA8;
}
</style>
border-color css
<style>
span { border-color: #007BA8; }
span { border-color: rgb(0,123,168); }
td.TdClassName
{
border-color: #007BA8;
}
.TagClassName
{
border-color: #007BA8;
}
</style>