Shades of Cerulean #006AA8
Tints of Cerulean #006AA8
RGB
CMYK
RGB Variations
Color information
#006AA8 (or 0x006AA8) is known color: Cerulean. HEX triplet: 00, 6A and A8. RGB value is (0,106,168). Sum of RGB (Red+Green+Blue) = 0+106+168=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #006AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AA8 is #FF9557. Grayscale: #515151. Windows color (decimal): -16749912 or 11037184. OLE color: 11037184.
HSL color Cylindrical-coordinate representation of color #006AA8: hue angle of 202.14º 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 #006AA8 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 106 | 168 | - |
| CMYK | 1 | 0.37 | 0 | 0.34 |
| HSL | 202.14º | 1% | 0.33% | - |
| HSV(B) | 202.14º | 1% | 0.66% | - |
| XYZ | 12.22 | 13.14 | 38.94 | - |
| YUV | 81.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 168 | 1 | 0.37 | 0 | 0.34 | 202.14 | 1 | 0.33 |
| Hex | 0 | 6A | A8 | 64 | 25 | 0 | 22 | CA | 64 | 21 |
| Octal | 0 | 152 | 250 | 144 | 45 | 0 | 42 | 312 | 144 | 41 |
| Binary | 0 | 1101010 | 10101000 | 1100100 | 100101 | 0 | 100010 | 11001010 | 1100100 | 100001 |
Color Harmonies of #006AA8
Complementary color
Monochromatic Colors of #006AA8
Black with #006AA8
Text Example
Text Example
White with #006AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AA8; }
p { color: rgb(0,106,168); }
H1.HeaderClassName
{
color: #006AA8;
}
.AnyTagClassName
{
color: #006AA8;
}
</style>
background-color css
<style>
a { background-color: #006AA8; }
a { background-color: rgb(0,106,168); }
div.DivClassName
{
background-color: #006AA8;
}
.BgClassName
{
background-color: #006AA8;
}
</style>
border-color css
<style>
span { border-color: #006AA8; }
span { border-color: rgb(0,106,168); }
td.TdClassName
{
border-color: #006AA8;
}
.TagClassName
{
border-color: #006AA8;
}
</style>