Shades of Cerulean #067EC0
Tints of Cerulean #067EC0
RGB
CMYK
RGB Variations
Color information
#067EC0 (or 0x067EC0) is known color: Cerulean. HEX triplet: 06, 7E and C0. RGB value is (6,126,192). Sum of RGB (Red+Green+Blue) = 6+126+192=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #067EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EC0 is #F9813F. Grayscale: #616161. Windows color (decimal): -16351552 or 12615174. OLE color: 12615174.
HSL color Cylindrical-coordinate representation of color #067EC0: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EC0 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 126 | 192 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.25 |
| HSL | 201.29º | 0.94% | 0.39% | - |
| HSV(B) | 201.29º | 0.97% | 0.75% | - |
| XYZ | 17.05 | 18.77 | 52.59 | - |
| YUV | 97.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 192 | 0.97 | 0.34 | 0 | 0.25 | 201.29 | 0.94 | 0.39 |
| Hex | 6 | 7E | C0 | 61 | 22 | 0 | 19 | C9 | 5E | 27 |
| Octal | 6 | 176 | 300 | 141 | 42 | 0 | 31 | 311 | 136 | 47 |
| Binary | 110 | 1111110 | 11000000 | 1100001 | 100010 | 0 | 11001 | 11001001 | 1011110 | 100111 |
Color Harmonies of #067EC0
Complementary color
Monochromatic Colors of #067EC0
Black with #067EC0
Text Example
Text Example
White with #067EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EC0; }
p { color: rgb(6,126,192); }
H1.HeaderClassName
{
color: #067EC0;
}
.AnyTagClassName
{
color: #067EC0;
}
</style>
background-color css
<style>
a { background-color: #067EC0; }
a { background-color: rgb(6,126,192); }
div.DivClassName
{
background-color: #067EC0;
}
.BgClassName
{
background-color: #067EC0;
}
</style>
border-color css
<style>
span { border-color: #067EC0; }
span { border-color: rgb(6,126,192); }
td.TdClassName
{
border-color: #067EC0;
}
.TagClassName
{
border-color: #067EC0;
}
</style>