Shades of Cerulean #006FA8
Tints of Cerulean #006FA8
RGB
CMYK
RGB Variations
Color information
#006FA8 (or 0x006FA8) is known color: Cerulean. HEX triplet: 00, 6F and A8. RGB value is (0,111,168). Sum of RGB (Red+Green+Blue) = 0+111+168=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 168 (66.02% from 255 or 60.22% from 279); Max value from RGB is 168 - color contains mainly: blue. Hex color #006FA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA8 is #FF9057. Grayscale: #535353. Windows color (decimal): -16748632 or 11038464. OLE color: 11038464.
HSL color Cylindrical-coordinate representation of color #006FA8: hue angle of 200.36º 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 #006FA8 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 111 | 168 | - |
| CMYK | 1 | 0.34 | 0 | 0.34 |
| HSL | 200.36º | 1% | 0.33% | - |
| HSV(B) | 200.36º | 1% | 0.66% | - |
| XYZ | 12.75 | 14.2 | 39.11 | - |
| YUV | 84.31 | 175.23 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 168 | 1 | 0.34 | 0 | 0.34 | 200.36 | 1 | 0.33 |
| Hex | 0 | 6F | A8 | 64 | 22 | 0 | 22 | C8 | 64 | 21 |
| Octal | 0 | 157 | 250 | 144 | 42 | 0 | 42 | 310 | 144 | 41 |
| Binary | 0 | 1101111 | 10101000 | 1100100 | 100010 | 0 | 100010 | 11001000 | 1100100 | 100001 |
Color Harmonies of #006FA8
Complementary color
Monochromatic Colors of #006FA8
Black with #006FA8
Text Example
Text Example
White with #006FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA8; }
p { color: rgb(0,111,168); }
H1.HeaderClassName
{
color: #006FA8;
}
.AnyTagClassName
{
color: #006FA8;
}
</style>
background-color css
<style>
a { background-color: #006FA8; }
a { background-color: rgb(0,111,168); }
div.DivClassName
{
background-color: #006FA8;
}
.BgClassName
{
background-color: #006FA8;
}
</style>
border-color css
<style>
span { border-color: #006FA8; }
span { border-color: rgb(0,111,168); }
td.TdClassName
{
border-color: #006FA8;
}
.TagClassName
{
border-color: #006FA8;
}
</style>