Shades of Cerulean #0265AA
Tints of Cerulean #0265AA
RGB
CMYK
RGB Variations
Color information
#0265AA (or 0x0265AA) is known color: Cerulean. HEX triplet: 02, 65 and AA. RGB value is (2,101,170). Sum of RGB (Red+Green+Blue) = 2+101+170=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0265AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0265AA is #FD9A55. Grayscale: #4E4E4E. Windows color (decimal): -16620118 or 11166978. OLE color: 11166978.
HSL color Cylindrical-coordinate representation of color #0265AA: hue angle of 204.64º degrees, saturation: 0.98, 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 #0265AA is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 101 | 170 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.33 |
| HSL | 204.64º | 0.98% | 0.34% | - |
| HSV(B) | 204.64º | 0.99% | 0.67% | - |
| XYZ | 11.93 | 12.22 | 39.76 | - |
| YUV | 79.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 170 | 0.99 | 0.41 | 0 | 0.33 | 204.64 | 0.98 | 0.34 |
| Hex | 2 | 65 | AA | 63 | 29 | 0 | 21 | CD | 62 | 22 |
| Octal | 2 | 145 | 252 | 143 | 51 | 0 | 41 | 315 | 142 | 42 |
| Binary | 10 | 1100101 | 10101010 | 1100011 | 101001 | 0 | 100001 | 11001101 | 1100010 | 100010 |
Color Harmonies of #0265AA
Complementary color
Monochromatic Colors of #0265AA
Black with #0265AA
Text Example
Text Example
White with #0265AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265AA; }
p { color: rgb(2,101,170); }
H1.HeaderClassName
{
color: #0265AA;
}
.AnyTagClassName
{
color: #0265AA;
}
</style>
background-color css
<style>
a { background-color: #0265AA; }
a { background-color: rgb(2,101,170); }
div.DivClassName
{
background-color: #0265AA;
}
.BgClassName
{
background-color: #0265AA;
}
</style>
border-color css
<style>
span { border-color: #0265AA; }
span { border-color: rgb(2,101,170); }
td.TdClassName
{
border-color: #0265AA;
}
.TagClassName
{
border-color: #0265AA;
}
</style>