Shades of Cerulean #007BA4
Tints of Cerulean #007BA4
RGB
CMYK
RGB Variations
Color information
#007BA4 (or 0x007BA4) is known color: Cerulean. HEX triplet: 00, 7B and A4. RGB value is (0,123,164). Sum of RGB (Red+Green+Blue) = 0+123+164=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 164 (64.45% from 255 or 57.14% from 287); Max value from RGB is 164 - color contains mainly: blue. Hex color #007BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BA4 is #FF845B. Grayscale: #5A5A5A. Windows color (decimal): -16745564 or 10779392. OLE color: 10779392.
HSL color Cylindrical-coordinate representation of color #007BA4: hue angle of 195º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BA4 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 123 | 164 | - |
| CMYK | 1 | 0.25 | 0 | 0.36 |
| HSL | 195º | 1% | 0.32% | - |
| HSV(B) | 195º | 1% | 0.64% | - |
| XYZ | 13.78 | 16.85 | 37.65 | - |
| YUV | 90.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 164 | 1 | 0.25 | 0 | 0.36 | 195 | 1 | 0.32 |
| Hex | 0 | 7B | A4 | 64 | 19 | 0 | 24 | C3 | 64 | 20 |
| Octal | 0 | 173 | 244 | 144 | 31 | 0 | 44 | 303 | 144 | 40 |
| Binary | 0 | 1111011 | 10100100 | 1100100 | 11001 | 0 | 100100 | 11000011 | 1100100 | 100000 |
Color Harmonies of #007BA4
Complementary color
Monochromatic Colors of #007BA4
Black with #007BA4
Text Example
Text Example
White with #007BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BA4; }
p { color: rgb(0,123,164); }
H1.HeaderClassName
{
color: #007BA4;
}
.AnyTagClassName
{
color: #007BA4;
}
</style>
background-color css
<style>
a { background-color: #007BA4; }
a { background-color: rgb(0,123,164); }
div.DivClassName
{
background-color: #007BA4;
}
.BgClassName
{
background-color: #007BA4;
}
</style>
border-color css
<style>
span { border-color: #007BA4; }
span { border-color: rgb(0,123,164); }
td.TdClassName
{
border-color: #007BA4;
}
.TagClassName
{
border-color: #007BA4;
}
</style>