Shades of Cerulean #0169A0
Tints of Cerulean #0169A0
RGB
CMYK
RGB Variations
Color information
#0169A0 (or 0x0169A0) is known color: Cerulean. HEX triplet: 01, 69 and A0. RGB value is (1,105,160). Sum of RGB (Red+Green+Blue) = 1+105+160=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #0169A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0169A0 is #FE965F. Grayscale: #4F4F4F. Windows color (decimal): -16684640 or 10512641. OLE color: 10512641.
HSL color Cylindrical-coordinate representation of color #0169A0: hue angle of 200.75º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0169A0 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 105 | 160 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.37 |
| HSL | 200.75º | 0.99% | 0.32% | - |
| HSV(B) | 200.75º | 0.99% | 0.63% | - |
| XYZ | 11.41 | 12.65 | 35.1 | - |
| YUV | 80.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 160 | 0.99 | 0.34 | 0 | 0.37 | 200.75 | 0.99 | 0.32 |
| Hex | 1 | 69 | A0 | 63 | 22 | 0 | 25 | C9 | 63 | 20 |
| Octal | 1 | 151 | 240 | 143 | 42 | 0 | 45 | 311 | 143 | 40 |
| Binary | 1 | 1101001 | 10100000 | 1100011 | 100010 | 0 | 100101 | 11001001 | 1100011 | 100000 |
Color Harmonies of #0169A0
Complementary color
Monochromatic Colors of #0169A0
Black with #0169A0
Text Example
Text Example
White with #0169A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0169A0; }
p { color: rgb(1,105,160); }
H1.HeaderClassName
{
color: #0169A0;
}
.AnyTagClassName
{
color: #0169A0;
}
</style>
background-color css
<style>
a { background-color: #0169A0; }
a { background-color: rgb(1,105,160); }
div.DivClassName
{
background-color: #0169A0;
}
.BgClassName
{
background-color: #0169A0;
}
</style>
border-color css
<style>
span { border-color: #0169A0; }
span { border-color: rgb(1,105,160); }
td.TdClassName
{
border-color: #0169A0;
}
.TagClassName
{
border-color: #0169A0;
}
</style>