Shades of Cerulean #067EC2
Tints of Cerulean #067EC2
RGB
CMYK
RGB Variations
Color information
#067EC2 (or 0x067EC2) is known color: Cerulean. HEX triplet: 06, 7E and C2. RGB value is (6,126,194). Sum of RGB (Red+Green+Blue) = 6+126+194=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #067EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067EC2 is #F9813D. Grayscale: #616161. Windows color (decimal): -16351550 or 12746246. OLE color: 12746246.
HSL color Cylindrical-coordinate representation of color #067EC2: hue angle of 201.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EC2 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 126 | 194 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.24 |
| HSL | 201.7º | 0.94% | 0.39% | - |
| HSV(B) | 201.7º | 0.97% | 0.76% | - |
| XYZ | 17.27 | 18.86 | 53.77 | - |
| YUV | 97.87 | 182.24 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 194 | 0.97 | 0.35 | 0 | 0.24 | 201.7 | 0.94 | 0.39 |
| Hex | 6 | 7E | C2 | 61 | 23 | 0 | 18 | CA | 5E | 27 |
| Octal | 6 | 176 | 302 | 141 | 43 | 0 | 30 | 312 | 136 | 47 |
| Binary | 110 | 1111110 | 11000010 | 1100001 | 100011 | 0 | 11000 | 11001010 | 1011110 | 100111 |
Color Harmonies of #067EC2
Complementary color
Monochromatic Colors of #067EC2
Black with #067EC2
Text Example
Text Example
White with #067EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067EC2; }
p { color: rgb(6,126,194); }
H1.HeaderClassName
{
color: #067EC2;
}
.AnyTagClassName
{
color: #067EC2;
}
</style>
background-color css
<style>
a { background-color: #067EC2; }
a { background-color: rgb(6,126,194); }
div.DivClassName
{
background-color: #067EC2;
}
.BgClassName
{
background-color: #067EC2;
}
</style>
border-color css
<style>
span { border-color: #067EC2; }
span { border-color: rgb(6,126,194); }
td.TdClassName
{
border-color: #067EC2;
}
.TagClassName
{
border-color: #067EC2;
}
</style>