Shades of Cerulean #007CB3
Tints of Cerulean #007CB3
RGB
CMYK
RGB Variations
Color information
#007CB3 (or 0x007CB3) is known color: Cerulean. HEX triplet: 00, 7C and B3. RGB value is (0,124,179). Sum of RGB (Red+Green+Blue) = 0+124+179=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #007CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CB3 is #FF834C. Grayscale: #5C5C5C. Windows color (decimal): -16745293 or 11762688. OLE color: 11762688.
HSL color Cylindrical-coordinate representation of color #007CB3: hue angle of 198.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CB3 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 124 | 179 | - |
| CMYK | 1 | 0.31 | 0 | 0.30 |
| HSL | 198.44º | 1% | 0.35% | - |
| HSV(B) | 198.44º | 1% | 0.7% | - |
| XYZ | 15.34 | 17.67 | 45.25 | - |
| YUV | 93.19 | 176.42 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 179 | 1 | 0.31 | 0 | 0.30 | 198.44 | 1 | 0.35 |
| Hex | 0 | 7C | B3 | 64 | 1F | 0 | 1E | C6 | 64 | 23 |
| Octal | 0 | 174 | 263 | 144 | 37 | 0 | 36 | 306 | 144 | 43 |
| Binary | 0 | 1111100 | 10110011 | 1100100 | 11111 | 0 | 11110 | 11000110 | 1100100 | 100011 |
Color Harmonies of #007CB3
Complementary color
Monochromatic Colors of #007CB3
Black with #007CB3
Text Example
Text Example
White with #007CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CB3; }
p { color: rgb(0,124,179); }
H1.HeaderClassName
{
color: #007CB3;
}
.AnyTagClassName
{
color: #007CB3;
}
</style>
background-color css
<style>
a { background-color: #007CB3; }
a { background-color: rgb(0,124,179); }
div.DivClassName
{
background-color: #007CB3;
}
.BgClassName
{
background-color: #007CB3;
}
</style>
border-color css
<style>
span { border-color: #007CB3; }
span { border-color: rgb(0,124,179); }
td.TdClassName
{
border-color: #007CB3;
}
.TagClassName
{
border-color: #007CB3;
}
</style>