Shades of Cerulean #067FA5
Tints of Cerulean #067FA5
RGB
CMYK
RGB Variations
Color information
#067FA5 (or 0x067FA5) is known color: Cerulean. HEX triplet: 06, 7F and A5. RGB value is (6,127,165). Sum of RGB (Red+Green+Blue) = 6+127+165=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #067FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FA5 is #F9805A. Grayscale: #5E5E5E. Windows color (decimal): -16351323 or 10845958. OLE color: 10845958.
HSL color Cylindrical-coordinate representation of color #067FA5: hue angle of 194.34º 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 #067FA5 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 127 | 165 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.35 |
| HSL | 194.34º | 0.93% | 0.34% | - |
| HSV(B) | 194.34º | 0.96% | 0.65% | - |
| XYZ | 14.46 | 17.93 | 38.3 | - |
| YUV | 95.15 | 167.41 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 165 | 0.96 | 0.23 | 0 | 0.35 | 194.34 | 0.93 | 0.34 |
| Hex | 6 | 7F | A5 | 60 | 17 | 0 | 23 | C2 | 5D | 22 |
| Octal | 6 | 177 | 245 | 140 | 27 | 0 | 43 | 302 | 135 | 42 |
| Binary | 110 | 1111111 | 10100101 | 1100000 | 10111 | 0 | 100011 | 11000010 | 1011101 | 100010 |
Color Harmonies of #067FA5
Complementary color
Monochromatic Colors of #067FA5
Black with #067FA5
Text Example
Text Example
White with #067FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FA5; }
p { color: rgb(6,127,165); }
H1.HeaderClassName
{
color: #067FA5;
}
.AnyTagClassName
{
color: #067FA5;
}
</style>
background-color css
<style>
a { background-color: #067FA5; }
a { background-color: rgb(6,127,165); }
div.DivClassName
{
background-color: #067FA5;
}
.BgClassName
{
background-color: #067FA5;
}
</style>
border-color css
<style>
span { border-color: #067FA5; }
span { border-color: rgb(6,127,165); }
td.TdClassName
{
border-color: #067FA5;
}
.TagClassName
{
border-color: #067FA5;
}
</style>