Shades of Cerulean #0168AB
Tints of Cerulean #0168AB
RGB
CMYK
RGB Variations
Color information
#0168AB (or 0x0168AB) is known color: Cerulean. HEX triplet: 01, 68 and AB. RGB value is (1,104,171). Sum of RGB (Red+Green+Blue) = 1+104+171=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0168AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0168AB is #FE9754. Grayscale: #505050. Windows color (decimal): -16684885 or 11233281. OLE color: 11233281.
HSL color Cylindrical-coordinate representation of color #0168AB: hue angle of 203.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168AB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 104 | 171 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.33 |
| HSL | 203.65º | 0.99% | 0.34% | - |
| HSV(B) | 203.65º | 0.99% | 0.67% | - |
| XYZ | 12.31 | 12.85 | 40.36 | - |
| YUV | 80.84 | 178.88 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 171 | 0.99 | 0.39 | 0 | 0.33 | 203.65 | 0.99 | 0.34 |
| Hex | 1 | 68 | AB | 63 | 27 | 0 | 21 | CC | 63 | 22 |
| Octal | 1 | 150 | 253 | 143 | 47 | 0 | 41 | 314 | 143 | 42 |
| Binary | 1 | 1101000 | 10101011 | 1100011 | 100111 | 0 | 100001 | 11001100 | 1100011 | 100010 |
Color Harmonies of #0168AB
Complementary color
Monochromatic Colors of #0168AB
Black with #0168AB
Text Example
Text Example
White with #0168AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168AB; }
p { color: rgb(1,104,171); }
H1.HeaderClassName
{
color: #0168AB;
}
.AnyTagClassName
{
color: #0168AB;
}
</style>
background-color css
<style>
a { background-color: #0168AB; }
a { background-color: rgb(1,104,171); }
div.DivClassName
{
background-color: #0168AB;
}
.BgClassName
{
background-color: #0168AB;
}
</style>
border-color css
<style>
span { border-color: #0168AB; }
span { border-color: rgb(1,104,171); }
td.TdClassName
{
border-color: #0168AB;
}
.TagClassName
{
border-color: #0168AB;
}
</style>