Shades of Cerulean #067FA7
Tints of Cerulean #067FA7
RGB
CMYK
RGB Variations
Color information
#067FA7 (or 0x067FA7) is known color: Cerulean. HEX triplet: 06, 7F and A7. RGB value is (6,127,167). Sum of RGB (Red+Green+Blue) = 6+127+167=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 167 (65.62% from 255 or 55.67% from 300); Max value from RGB is 167 - color contains mainly: blue. Hex color #067FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FA7 is #F98058. Grayscale: #5F5F5F. Windows color (decimal): -16351321 or 10977030. OLE color: 10977030.
HSL color Cylindrical-coordinate representation of color #067FA7: hue angle of 194.91º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067FA7 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 127 | 167 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.35 |
| HSL | 194.91º | 0.93% | 0.34% | - |
| HSV(B) | 194.91º | 0.96% | 0.65% | - |
| XYZ | 14.64 | 18.01 | 39.26 | - |
| YUV | 95.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 167 | 0.96 | 0.24 | 0 | 0.35 | 194.91 | 0.93 | 0.34 |
| Hex | 6 | 7F | A7 | 60 | 18 | 0 | 23 | C3 | 5D | 22 |
| Octal | 6 | 177 | 247 | 140 | 30 | 0 | 43 | 303 | 135 | 42 |
| Binary | 110 | 1111111 | 10100111 | 1100000 | 11000 | 0 | 100011 | 11000011 | 1011101 | 100010 |
Color Harmonies of #067FA7
Complementary color
Monochromatic Colors of #067FA7
Black with #067FA7
Text Example
Text Example
White with #067FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FA7; }
p { color: rgb(6,127,167); }
H1.HeaderClassName
{
color: #067FA7;
}
.AnyTagClassName
{
color: #067FA7;
}
</style>
background-color css
<style>
a { background-color: #067FA7; }
a { background-color: rgb(6,127,167); }
div.DivClassName
{
background-color: #067FA7;
}
.BgClassName
{
background-color: #067FA7;
}
</style>
border-color css
<style>
span { border-color: #067FA7; }
span { border-color: rgb(6,127,167); }
td.TdClassName
{
border-color: #067FA7;
}
.TagClassName
{
border-color: #067FA7;
}
</style>