Shades of Cerulean #0165AB
Tints of Cerulean #0165AB
RGB
CMYK
RGB Variations
Color information
#0165AB (or 0x0165AB) is known color: Cerulean. HEX triplet: 01, 65 and AB. RGB value is (1,101,171). Sum of RGB (Red+Green+Blue) = 1+101+171=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #0165AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0165AB is #FE9A54. Grayscale: #4E4E4E. Windows color (decimal): -16685653 or 11232513. OLE color: 11232513.
HSL color Cylindrical-coordinate representation of color #0165AB: hue angle of 204.71º 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 #0165AB is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 101 | 171 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.33 |
| HSL | 204.71º | 0.99% | 0.34% | - |
| HSV(B) | 204.71º | 0.99% | 0.67% | - |
| XYZ | 12.02 | 12.25 | 40.26 | - |
| YUV | 79.08 | 179.87 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 171 | 0.99 | 0.41 | 0 | 0.33 | 204.71 | 0.99 | 0.34 |
| Hex | 1 | 65 | AB | 63 | 29 | 0 | 21 | CD | 63 | 22 |
| Octal | 1 | 145 | 253 | 143 | 51 | 0 | 41 | 315 | 143 | 42 |
| Binary | 1 | 1100101 | 10101011 | 1100011 | 101001 | 0 | 100001 | 11001101 | 1100011 | 100010 |
Color Harmonies of #0165AB
Complementary color
Monochromatic Colors of #0165AB
Black with #0165AB
Text Example
Text Example
White with #0165AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165AB; }
p { color: rgb(1,101,171); }
H1.HeaderClassName
{
color: #0165AB;
}
.AnyTagClassName
{
color: #0165AB;
}
</style>
background-color css
<style>
a { background-color: #0165AB; }
a { background-color: rgb(1,101,171); }
div.DivClassName
{
background-color: #0165AB;
}
.BgClassName
{
background-color: #0165AB;
}
</style>
border-color css
<style>
span { border-color: #0165AB; }
span { border-color: rgb(1,101,171); }
td.TdClassName
{
border-color: #0165AB;
}
.TagClassName
{
border-color: #0165AB;
}
</style>