Shades of Cerulean #0269AD
Tints of Cerulean #0269AD
RGB
CMYK
RGB Variations
Color information
#0269AD (or 0x0269AD) is known color: Cerulean. HEX triplet: 02, 69 and AD. RGB value is (2,105,173). Sum of RGB (Red+Green+Blue) = 2+105+173=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #0269AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0269AD is #FD9652. Grayscale: #515151. Windows color (decimal): -16619091 or 11364610. OLE color: 11364610.
HSL color Cylindrical-coordinate representation of color #0269AD: hue angle of 203.86º 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 #0269AD is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 105 | 173 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.32 |
| HSL | 203.86º | 0.98% | 0.34% | - |
| HSV(B) | 203.86º | 0.99% | 0.68% | - |
| XYZ | 12.62 | 13.13 | 41.41 | - |
| YUV | 81.96 | 179.38 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 173 | 0.99 | 0.39 | 0 | 0.32 | 203.86 | 0.98 | 0.34 |
| Hex | 2 | 69 | AD | 63 | 27 | 0 | 20 | CC | 62 | 22 |
| Octal | 2 | 151 | 255 | 143 | 47 | 0 | 40 | 314 | 142 | 42 |
| Binary | 10 | 1101001 | 10101101 | 1100011 | 100111 | 0 | 100000 | 11001100 | 1100010 | 100010 |
Color Harmonies of #0269AD
Complementary color
Monochromatic Colors of #0269AD
Black with #0269AD
Text Example
Text Example
White with #0269AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269AD; }
p { color: rgb(2,105,173); }
H1.HeaderClassName
{
color: #0269AD;
}
.AnyTagClassName
{
color: #0269AD;
}
</style>
background-color css
<style>
a { background-color: #0269AD; }
a { background-color: rgb(2,105,173); }
div.DivClassName
{
background-color: #0269AD;
}
.BgClassName
{
background-color: #0269AD;
}
</style>
border-color css
<style>
span { border-color: #0269AD; }
span { border-color: rgb(2,105,173); }
td.TdClassName
{
border-color: #0269AD;
}
.TagClassName
{
border-color: #0269AD;
}
</style>