Shades of Cerulean #0168B1
Tints of Cerulean #0168B1
RGB
CMYK
RGB Variations
Color information
#0168B1 (or 0x0168B1) is known color: Cerulean. HEX triplet: 01, 68 and B1. RGB value is (1,104,177). Sum of RGB (Red+Green+Blue) = 1+104+177=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #0168B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0168B1 is #FE974E. Grayscale: #515151. Windows color (decimal): -16684879 or 11626497. OLE color: 11626497.
HSL color Cylindrical-coordinate representation of color #0168B1: hue angle of 204.89º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168B1 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 104 | 177 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.31 |
| HSL | 204.89º | 0.99% | 0.35% | - |
| HSV(B) | 204.89º | 0.99% | 0.69% | - |
| XYZ | 12.9 | 13.08 | 43.44 | - |
| YUV | 81.53 | 181.88 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 177 | 0.99 | 0.41 | 0 | 0.31 | 204.89 | 0.99 | 0.35 |
| Hex | 1 | 68 | B1 | 63 | 29 | 0 | 1F | CD | 63 | 23 |
| Octal | 1 | 150 | 261 | 143 | 51 | 0 | 37 | 315 | 143 | 43 |
| Binary | 1 | 1101000 | 10110001 | 1100011 | 101001 | 0 | 11111 | 11001101 | 1100011 | 100011 |
Color Harmonies of #0168B1
Complementary color
Monochromatic Colors of #0168B1
Black with #0168B1
Text Example
Text Example
White with #0168B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0168B1; }
p { color: rgb(1,104,177); }
H1.HeaderClassName
{
color: #0168B1;
}
.AnyTagClassName
{
color: #0168B1;
}
</style>
background-color css
<style>
a { background-color: #0168B1; }
a { background-color: rgb(1,104,177); }
div.DivClassName
{
background-color: #0168B1;
}
.BgClassName
{
background-color: #0168B1;
}
</style>
border-color css
<style>
span { border-color: #0168B1; }
span { border-color: rgb(1,104,177); }
td.TdClassName
{
border-color: #0168B1;
}
.TagClassName
{
border-color: #0168B1;
}
</style>