Shades of Cerulean #0165AA
Tints of Cerulean #0165AA
RGB
CMYK
RGB Variations
Color information
#0165AA (or 0x0165AA) is known color: Cerulean. HEX triplet: 01, 65 and AA. RGB value is (1,101,170). Sum of RGB (Red+Green+Blue) = 1+101+170=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #0165AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0165AA is #FE9A55. Grayscale: #4E4E4E. Windows color (decimal): -16685654 or 11166977. OLE color: 11166977.
HSL color Cylindrical-coordinate representation of color #0165AA: hue angle of 204.5º 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 #0165AA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 101 | 170 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.33 |
| HSL | 204.5º | 0.99% | 0.34% | - |
| HSV(B) | 204.5º | 0.99% | 0.67% | - |
| XYZ | 11.92 | 12.22 | 39.76 | - |
| YUV | 78.97 | 179.37 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 170 | 0.99 | 0.41 | 0 | 0.33 | 204.5 | 0.99 | 0.34 |
| Hex | 1 | 65 | AA | 63 | 29 | 0 | 21 | CC | 63 | 22 |
| Octal | 1 | 145 | 252 | 143 | 51 | 0 | 41 | 314 | 143 | 42 |
| Binary | 1 | 1100101 | 10101010 | 1100011 | 101001 | 0 | 100001 | 11001100 | 1100011 | 100010 |
Color Harmonies of #0165AA
Complementary color
Monochromatic Colors of #0165AA
Black with #0165AA
Text Example
Text Example
White with #0165AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0165AA; }
p { color: rgb(1,101,170); }
H1.HeaderClassName
{
color: #0165AA;
}
.AnyTagClassName
{
color: #0165AA;
}
</style>
background-color css
<style>
a { background-color: #0165AA; }
a { background-color: rgb(1,101,170); }
div.DivClassName
{
background-color: #0165AA;
}
.BgClassName
{
background-color: #0165AA;
}
</style>
border-color css
<style>
span { border-color: #0165AA; }
span { border-color: rgb(1,101,170); }
td.TdClassName
{
border-color: #0165AA;
}
.TagClassName
{
border-color: #0165AA;
}
</style>