Shades of Cerulean #006FA9
Tints of Cerulean #006FA9
RGB
CMYK
RGB Variations
Color information
#006FA9 (or 0x006FA9) is known color: Cerulean. HEX triplet: 00, 6F and A9. RGB value is (0,111,169). Sum of RGB (Red+Green+Blue) = 0+111+169=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 169 (66.41% from 255 or 60.36% from 280); Max value from RGB is 169 - color contains mainly: blue. Hex color #006FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA9 is #FF9056. Grayscale: #545454. Windows color (decimal): -16748631 or 11104000. OLE color: 11104000.
HSL color Cylindrical-coordinate representation of color #006FA9: hue angle of 200.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA9 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 111 | 169 | - |
| CMYK | 1 | 0.34 | 0 | 0.34 |
| HSL | 200.59º | 1% | 0.33% | - |
| HSV(B) | 200.59º | 1% | 0.66% | - |
| XYZ | 12.85 | 14.23 | 39.61 | - |
| YUV | 84.42 | 175.73 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 169 | 1 | 0.34 | 0 | 0.34 | 200.59 | 1 | 0.33 |
| Hex | 0 | 6F | A9 | 64 | 22 | 0 | 22 | C9 | 64 | 21 |
| Octal | 0 | 157 | 251 | 144 | 42 | 0 | 42 | 311 | 144 | 41 |
| Binary | 0 | 1101111 | 10101001 | 1100100 | 100010 | 0 | 100010 | 11001001 | 1100100 | 100001 |
Color Harmonies of #006FA9
Complementary color
Monochromatic Colors of #006FA9
Black with #006FA9
Text Example
Text Example
White with #006FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA9; }
p { color: rgb(0,111,169); }
H1.HeaderClassName
{
color: #006FA9;
}
.AnyTagClassName
{
color: #006FA9;
}
</style>
background-color css
<style>
a { background-color: #006FA9; }
a { background-color: rgb(0,111,169); }
div.DivClassName
{
background-color: #006FA9;
}
.BgClassName
{
background-color: #006FA9;
}
</style>
border-color css
<style>
span { border-color: #006FA9; }
span { border-color: rgb(0,111,169); }
td.TdClassName
{
border-color: #006FA9;
}
.TagClassName
{
border-color: #006FA9;
}
</style>