Shades of Cerulean #0265AD
Tints of Cerulean #0265AD
RGB
CMYK
RGB Variations
Color information
#0265AD (or 0x0265AD) is known color: Cerulean. HEX triplet: 02, 65 and AD. RGB value is (2,101,173). Sum of RGB (Red+Green+Blue) = 2+101+173=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #0265AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0265AD is #FD9A52. Grayscale: #4F4F4F. Windows color (decimal): -16620115 or 11363586. OLE color: 11363586.
HSL color Cylindrical-coordinate representation of color #0265AD: hue angle of 205.26º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265AD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 101 | 173 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.32 |
| HSL | 205.26º | 0.98% | 0.34% | - |
| HSV(B) | 205.26º | 0.99% | 0.68% | - |
| XYZ | 12.22 | 12.34 | 41.27 | - |
| YUV | 79.61 | 180.7 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 173 | 0.99 | 0.42 | 0 | 0.32 | 205.26 | 0.98 | 0.34 |
| Hex | 2 | 65 | AD | 63 | 2A | 0 | 20 | CD | 62 | 22 |
| Octal | 2 | 145 | 255 | 143 | 52 | 0 | 40 | 315 | 142 | 42 |
| Binary | 10 | 1100101 | 10101101 | 1100011 | 101010 | 0 | 100000 | 11001101 | 1100010 | 100010 |
Color Harmonies of #0265AD
Complementary color
Monochromatic Colors of #0265AD
Black with #0265AD
Text Example
Text Example
White with #0265AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0265AD; }
p { color: rgb(2,101,173); }
H1.HeaderClassName
{
color: #0265AD;
}
.AnyTagClassName
{
color: #0265AD;
}
</style>
background-color css
<style>
a { background-color: #0265AD; }
a { background-color: rgb(2,101,173); }
div.DivClassName
{
background-color: #0265AD;
}
.BgClassName
{
background-color: #0265AD;
}
</style>
border-color css
<style>
span { border-color: #0265AD; }
span { border-color: rgb(2,101,173); }
td.TdClassName
{
border-color: #0265AD;
}
.TagClassName
{
border-color: #0265AD;
}
</style>