Shades of Cerulean #006FAE
Tints of Cerulean #006FAE
RGB
CMYK
RGB Variations
Color information
#006FAE (or 0x006FAE) is known color: Cerulean. HEX triplet: 00, 6F and AE. RGB value is (0,111,174). Sum of RGB (Red+Green+Blue) = 0+111+174=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #006FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAE is #FF9051. Grayscale: #545454. Windows color (decimal): -16748626 or 11431680. OLE color: 11431680.
HSL color Cylindrical-coordinate representation of color #006FAE: hue angle of 201.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FAE is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 111 | 174 | - |
| CMYK | 1 | 0.36 | 0 | 0.32 |
| HSL | 201.72º | 1% | 0.34% | - |
| HSV(B) | 201.72º | 1% | 0.68% | - |
| XYZ | 13.32 | 14.42 | 42.13 | - |
| YUV | 84.99 | 178.23 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 174 | 1 | 0.36 | 0 | 0.32 | 201.72 | 1 | 0.34 |
| Hex | 0 | 6F | AE | 64 | 24 | 0 | 20 | CA | 64 | 22 |
| Octal | 0 | 157 | 256 | 144 | 44 | 0 | 40 | 312 | 144 | 42 |
| Binary | 0 | 1101111 | 10101110 | 1100100 | 100100 | 0 | 100000 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006FAE
Complementary color
Monochromatic Colors of #006FAE
Black with #006FAE
Text Example
Text Example
White with #006FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FAE; }
p { color: rgb(0,111,174); }
H1.HeaderClassName
{
color: #006FAE;
}
.AnyTagClassName
{
color: #006FAE;
}
</style>
background-color css
<style>
a { background-color: #006FAE; }
a { background-color: rgb(0,111,174); }
div.DivClassName
{
background-color: #006FAE;
}
.BgClassName
{
background-color: #006FAE;
}
</style>
border-color css
<style>
span { border-color: #006FAE; }
span { border-color: rgb(0,111,174); }
td.TdClassName
{
border-color: #006FAE;
}
.TagClassName
{
border-color: #006FAE;
}
</style>