Shades of Cerulean #0168AE
Tints of Cerulean #0168AE
RGB
CMYK
RGB Variations
Color information
#0168AE (or 0x0168AE) is known color: Cerulean. HEX triplet: 01, 68 and AE. RGB value is (1,104,174). Sum of RGB (Red+Green+Blue) = 1+104+174=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 104 (41.02% from 255 or 37.28% 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 #0168AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0168AE is #FE9751. Grayscale: #505050. Windows color (decimal): -16684882 or 11429889. OLE color: 11429889.
HSL color Cylindrical-coordinate representation of color #0168AE: hue angle of 204.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168AE is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 104 | 174 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.32 |
| HSL | 204.28º | 0.99% | 0.34% | - |
| HSV(B) | 204.28º | 0.99% | 0.68% | - |
| XYZ | 12.6 | 12.96 | 41.88 | - |
| YUV | 81.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 174 | 0.99 | 0.40 | 0 | 0.32 | 204.28 | 0.99 | 0.34 |
| Hex | 1 | 68 | AE | 63 | 28 | 0 | 20 | CC | 63 | 22 |
| Octal | 1 | 150 | 256 | 143 | 50 | 0 | 40 | 314 | 143 | 42 |
| Binary | 1 | 1101000 | 10101110 | 1100011 | 101000 | 0 | 100000 | 11001100 | 1100011 | 100010 |
Color Harmonies of #0168AE
Complementary color
Monochromatic Colors of #0168AE
Black with #0168AE
Text Example
Text Example
White with #0168AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168AE; }
p { color: rgb(1,104,174); }
H1.HeaderClassName
{
color: #0168AE;
}
.AnyTagClassName
{
color: #0168AE;
}
</style>
background-color css
<style>
a { background-color: #0168AE; }
a { background-color: rgb(1,104,174); }
div.DivClassName
{
background-color: #0168AE;
}
.BgClassName
{
background-color: #0168AE;
}
</style>
border-color css
<style>
span { border-color: #0168AE; }
span { border-color: rgb(1,104,174); }
td.TdClassName
{
border-color: #0168AE;
}
.TagClassName
{
border-color: #0168AE;
}
</style>