Shades of Cerulean #006AAF
Tints of Cerulean #006AAF
RGB
CMYK
RGB Variations
Color information
#006AAF (or 0x006AAF) is known color: Cerulean. HEX triplet: 00, 6A and AF. RGB value is (0,106,175). Sum of RGB (Red+Green+Blue) = 0+106+175=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #006AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AAF is #FF9550. Grayscale: #515151. Windows color (decimal): -16749905 or 11495936. OLE color: 11495936.
HSL color Cylindrical-coordinate representation of color #006AAF: hue angle of 203.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AAF is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 106 | 175 | - |
| CMYK | 1 | 0.39 | 0 | 0.31 |
| HSL | 203.66º | 1% | 0.34% | - |
| HSV(B) | 203.66º | 1% | 0.69% | - |
| XYZ | 12.89 | 13.4 | 42.47 | - |
| YUV | 82.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 175 | 1 | 0.39 | 0 | 0.31 | 203.66 | 1 | 0.34 |
| Hex | 0 | 6A | AF | 64 | 27 | 0 | 1F | CC | 64 | 22 |
| Octal | 0 | 152 | 257 | 144 | 47 | 0 | 37 | 314 | 144 | 42 |
| Binary | 0 | 1101010 | 10101111 | 1100100 | 100111 | 0 | 11111 | 11001100 | 1100100 | 100010 |
Color Harmonies of #006AAF
Complementary color
Monochromatic Colors of #006AAF
Black with #006AAF
Text Example
Text Example
White with #006AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AAF; }
p { color: rgb(0,106,175); }
H1.HeaderClassName
{
color: #006AAF;
}
.AnyTagClassName
{
color: #006AAF;
}
</style>
background-color css
<style>
a { background-color: #006AAF; }
a { background-color: rgb(0,106,175); }
div.DivClassName
{
background-color: #006AAF;
}
.BgClassName
{
background-color: #006AAF;
}
</style>
border-color css
<style>
span { border-color: #006AAF; }
span { border-color: rgb(0,106,175); }
td.TdClassName
{
border-color: #006AAF;
}
.TagClassName
{
border-color: #006AAF;
}
</style>