Shades of Cerulean #006FA2
Tints of Cerulean #006FA2
RGB
CMYK
RGB Variations
Color information
#006FA2 (or 0x006FA2) is known color: Cerulean. HEX triplet: 00, 6F and A2. RGB value is (0,111,162). Sum of RGB (Red+Green+Blue) = 0+111+162=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #006FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA2 is #FF905D. Grayscale: #535353. Windows color (decimal): -16748638 or 10645248. OLE color: 10645248.
HSL color Cylindrical-coordinate representation of color #006FA2: hue angle of 198.89º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA2 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 111 | 162 | - |
| CMYK | 1 | 0.31 | 0 | 0.36 |
| HSL | 198.89º | 1% | 0.32% | - |
| HSV(B) | 198.89º | 1% | 0.64% | - |
| XYZ | 12.21 | 13.98 | 36.24 | - |
| YUV | 83.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 162 | 1 | 0.31 | 0 | 0.36 | 198.89 | 1 | 0.32 |
| Hex | 0 | 6F | A2 | 64 | 1F | 0 | 24 | C7 | 64 | 20 |
| Octal | 0 | 157 | 242 | 144 | 37 | 0 | 44 | 307 | 144 | 40 |
| Binary | 0 | 1101111 | 10100010 | 1100100 | 11111 | 0 | 100100 | 11000111 | 1100100 | 100000 |
Color Harmonies of #006FA2
Complementary color
Monochromatic Colors of #006FA2
Black with #006FA2
Text Example
Text Example
White with #006FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA2; }
p { color: rgb(0,111,162); }
H1.HeaderClassName
{
color: #006FA2;
}
.AnyTagClassName
{
color: #006FA2;
}
</style>
background-color css
<style>
a { background-color: #006FA2; }
a { background-color: rgb(0,111,162); }
div.DivClassName
{
background-color: #006FA2;
}
.BgClassName
{
background-color: #006FA2;
}
</style>
border-color css
<style>
span { border-color: #006FA2; }
span { border-color: rgb(0,111,162); }
td.TdClassName
{
border-color: #006FA2;
}
.TagClassName
{
border-color: #006FA2;
}
</style>