Shades of Cerulean #007CB1
Tints of Cerulean #007CB1
RGB
CMYK
RGB Variations
Color information
#007CB1 (or 0x007CB1) is known color: Cerulean. HEX triplet: 00, 7C and B1. RGB value is (0,124,177). Sum of RGB (Red+Green+Blue) = 0+124+177=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 177 (69.53% from 255 or 58.80% from 301); Max value from RGB is 177 - color contains mainly: blue. Hex color #007CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007CB1 is #FF834E. Grayscale: #5C5C5C. Windows color (decimal): -16745295 or 11631616. OLE color: 11631616.
HSL color Cylindrical-coordinate representation of color #007CB1: hue angle of 197.97º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CB1 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 124 | 177 | - |
| CMYK | 1 | 0.30 | 0 | 0.31 |
| HSL | 197.97º | 1% | 0.35% | - |
| HSV(B) | 197.97º | 1% | 0.69% | - |
| XYZ | 15.14 | 17.59 | 44.19 | - |
| YUV | 92.97 | 175.42 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 177 | 1 | 0.30 | 0 | 0.31 | 197.97 | 1 | 0.35 |
| Hex | 0 | 7C | B1 | 64 | 1E | 0 | 1F | C6 | 64 | 23 |
| Octal | 0 | 174 | 261 | 144 | 36 | 0 | 37 | 306 | 144 | 43 |
| Binary | 0 | 1111100 | 10110001 | 1100100 | 11110 | 0 | 11111 | 11000110 | 1100100 | 100011 |
Color Harmonies of #007CB1
Complementary color
Monochromatic Colors of #007CB1
Black with #007CB1
Text Example
Text Example
White with #007CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CB1; }
p { color: rgb(0,124,177); }
H1.HeaderClassName
{
color: #007CB1;
}
.AnyTagClassName
{
color: #007CB1;
}
</style>
background-color css
<style>
a { background-color: #007CB1; }
a { background-color: rgb(0,124,177); }
div.DivClassName
{
background-color: #007CB1;
}
.BgClassName
{
background-color: #007CB1;
}
</style>
border-color css
<style>
span { border-color: #007CB1; }
span { border-color: rgb(0,124,177); }
td.TdClassName
{
border-color: #007CB1;
}
.TagClassName
{
border-color: #007CB1;
}
</style>