Shades of Cerulean #0069AE
Tints of Cerulean #0069AE
RGB
CMYK
RGB Variations
Color information
#0069AE (or 0x0069AE) is known color: Cerulean. HEX triplet: 00, 69 and AE. RGB value is (0,105,174). Sum of RGB (Red+Green+Blue) = 0+105+174=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #0069AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0069AE is #FF9651. Grayscale: #515151. Windows color (decimal): -16750162 or 11430144. OLE color: 11430144.
HSL color Cylindrical-coordinate representation of color #0069AE: hue angle of 203.79º 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 #0069AE is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 105 | 174 | - |
| CMYK | 1 | 0.40 | 0 | 0.32 |
| HSL | 203.79º | 1% | 0.34% | - |
| HSV(B) | 203.79º | 1% | 0.68% | - |
| XYZ | 12.69 | 13.16 | 41.92 | - |
| YUV | 81.47 | 180.21 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 174 | 1 | 0.40 | 0 | 0.32 | 203.79 | 1 | 0.34 |
| Hex | 0 | 69 | AE | 64 | 28 | 0 | 20 | CC | 64 | 22 |
| Octal | 0 | 151 | 256 | 144 | 50 | 0 | 40 | 314 | 144 | 42 |
| Binary | 0 | 1101001 | 10101110 | 1100100 | 101000 | 0 | 100000 | 11001100 | 1100100 | 100010 |
Color Harmonies of #0069AE
Complementary color
Monochromatic Colors of #0069AE
Black with #0069AE
Text Example
Text Example
White with #0069AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069AE; }
p { color: rgb(0,105,174); }
H1.HeaderClassName
{
color: #0069AE;
}
.AnyTagClassName
{
color: #0069AE;
}
</style>
background-color css
<style>
a { background-color: #0069AE; }
a { background-color: rgb(0,105,174); }
div.DivClassName
{
background-color: #0069AE;
}
.BgClassName
{
background-color: #0069AE;
}
</style>
border-color css
<style>
span { border-color: #0069AE; }
span { border-color: rgb(0,105,174); }
td.TdClassName
{
border-color: #0069AE;
}
.TagClassName
{
border-color: #0069AE;
}
</style>