Shades of Cerulean #006FA0
Tints of Cerulean #006FA0
RGB
CMYK
RGB Variations
Color information
#006FA0 (or 0x006FA0) is known color: Cerulean. HEX triplet: 00, 6F and A0. RGB value is (0,111,160). Sum of RGB (Red+Green+Blue) = 0+111+160=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #006FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA0 is #FF905F. Grayscale: #535353. Windows color (decimal): -16748640 or 10514176. OLE color: 10514176.
HSL color Cylindrical-coordinate representation of color #006FA0: hue angle of 198.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA0 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 111 | 160 | - |
| CMYK | 1 | 0.31 | 0 | 0.37 |
| HSL | 198.38º | 1% | 0.31% | - |
| HSV(B) | 198.38º | 1% | 0.63% | - |
| XYZ | 12.03 | 13.91 | 35.31 | - |
| YUV | 83.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 160 | 1 | 0.31 | 0 | 0.37 | 198.38 | 1 | 0.31 |
| Hex | 0 | 6F | A0 | 64 | 1F | 0 | 25 | C6 | 64 | 1F |
| Octal | 0 | 157 | 240 | 144 | 37 | 0 | 45 | 306 | 144 | 37 |
| Binary | 0 | 1101111 | 10100000 | 1100100 | 11111 | 0 | 100101 | 11000110 | 1100100 | 11111 |
Color Harmonies of #006FA0
Complementary color
Monochromatic Colors of #006FA0
Black with #006FA0
Text Example
Text Example
White with #006FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA0; }
p { color: rgb(0,111,160); }
H1.HeaderClassName
{
color: #006FA0;
}
.AnyTagClassName
{
color: #006FA0;
}
</style>
background-color css
<style>
a { background-color: #006FA0; }
a { background-color: rgb(0,111,160); }
div.DivClassName
{
background-color: #006FA0;
}
.BgClassName
{
background-color: #006FA0;
}
</style>
border-color css
<style>
span { border-color: #006FA0; }
span { border-color: rgb(0,111,160); }
td.TdClassName
{
border-color: #006FA0;
}
.TagClassName
{
border-color: #006FA0;
}
</style>