Shades of Cerulean #006FAF
Tints of Cerulean #006FAF
RGB
CMYK
RGB Variations
Color information
#006FAF (or 0x006FAF) is known color: Cerulean. HEX triplet: 00, 6F and AF. RGB value is (0,111,175). Sum of RGB (Red+Green+Blue) = 0+111+175=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #006FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAF is #FF9050. Grayscale: #545454. Windows color (decimal): -16748625 or 11497216. OLE color: 11497216.
HSL color Cylindrical-coordinate representation of color #006FAF: hue angle of 201.94º 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 #006FAF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 111 | 175 | - |
| CMYK | 1 | 0.37 | 0 | 0.31 |
| HSL | 201.94º | 1% | 0.34% | - |
| HSV(B) | 201.94º | 1% | 0.69% | - |
| XYZ | 13.42 | 14.46 | 42.64 | - |
| YUV | 85.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 175 | 1 | 0.37 | 0 | 0.31 | 201.94 | 1 | 0.34 |
| Hex | 0 | 6F | AF | 64 | 25 | 0 | 1F | CA | 64 | 22 |
| Octal | 0 | 157 | 257 | 144 | 45 | 0 | 37 | 312 | 144 | 42 |
| Binary | 0 | 1101111 | 10101111 | 1100100 | 100101 | 0 | 11111 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006FAF
Complementary color
Monochromatic Colors of #006FAF
Black with #006FAF
Text Example
Text Example
White with #006FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FAF; }
p { color: rgb(0,111,175); }
H1.HeaderClassName
{
color: #006FAF;
}
.AnyTagClassName
{
color: #006FAF;
}
</style>
background-color css
<style>
a { background-color: #006FAF; }
a { background-color: rgb(0,111,175); }
div.DivClassName
{
background-color: #006FAF;
}
.BgClassName
{
background-color: #006FAF;
}
</style>
border-color css
<style>
span { border-color: #006FAF; }
span { border-color: rgb(0,111,175); }
td.TdClassName
{
border-color: #006FAF;
}
.TagClassName
{
border-color: #006FAF;
}
</style>