Shades of Cerulean #0068AE
Tints of Cerulean #0068AE
RGB
CMYK
RGB Variations
Color information
#0068AE (or 0x0068AE) is known color: Cerulean. HEX triplet: 00, 68 and AE. RGB value is (0,104,174). Sum of RGB (Red+Green+Blue) = 0+104+174=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #0068AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0068AE is #FF9751. Grayscale: #505050. Windows color (decimal): -16750418 or 11429888. OLE color: 11429888.
HSL color Cylindrical-coordinate representation of color #0068AE: hue angle of 204.14º 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 #0068AE is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 104 | 174 | - |
| CMYK | 1 | 0.40 | 0 | 0.32 |
| HSL | 204.14º | 1% | 0.34% | - |
| HSV(B) | 204.14º | 1% | 0.68% | - |
| XYZ | 12.59 | 12.96 | 41.88 | - |
| YUV | 80.88 | 180.54 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 174 | 1 | 0.40 | 0 | 0.32 | 204.14 | 1 | 0.34 |
| Hex | 0 | 68 | AE | 64 | 28 | 0 | 20 | CC | 64 | 22 |
| Octal | 0 | 150 | 256 | 144 | 50 | 0 | 40 | 314 | 144 | 42 |
| Binary | 0 | 1101000 | 10101110 | 1100100 | 101000 | 0 | 100000 | 11001100 | 1100100 | 100010 |
Color Harmonies of #0068AE
Complementary color
Monochromatic Colors of #0068AE
Black with #0068AE
Text Example
Text Example
White with #0068AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068AE; }
p { color: rgb(0,104,174); }
H1.HeaderClassName
{
color: #0068AE;
}
.AnyTagClassName
{
color: #0068AE;
}
</style>
background-color css
<style>
a { background-color: #0068AE; }
a { background-color: rgb(0,104,174); }
div.DivClassName
{
background-color: #0068AE;
}
.BgClassName
{
background-color: #0068AE;
}
</style>
border-color css
<style>
span { border-color: #0068AE; }
span { border-color: rgb(0,104,174); }
td.TdClassName
{
border-color: #0068AE;
}
.TagClassName
{
border-color: #0068AE;
}
</style>