Shades of Cerulean #0269AF
Tints of Cerulean #0269AF
RGB
CMYK
RGB Variations
Color information
#0269AF (or 0x0269AF) is known color: Cerulean. HEX triplet: 02, 69 and AF. RGB value is (2,105,175). Sum of RGB (Red+Green+Blue) = 2+105+175=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #0269AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0269AF is #FD9650. Grayscale: #515151. Windows color (decimal): -16619089 or 11495682. OLE color: 11495682.
HSL color Cylindrical-coordinate representation of color #0269AF: hue angle of 204.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269AF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 105 | 175 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.31 |
| HSL | 204.28º | 0.98% | 0.35% | - |
| HSV(B) | 204.28º | 0.99% | 0.69% | - |
| XYZ | 12.81 | 13.21 | 42.43 | - |
| YUV | 82.18 | 180.38 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 175 | 0.99 | 0.40 | 0 | 0.31 | 204.28 | 0.98 | 0.35 |
| Hex | 2 | 69 | AF | 63 | 28 | 0 | 1F | CC | 62 | 23 |
| Octal | 2 | 151 | 257 | 143 | 50 | 0 | 37 | 314 | 142 | 43 |
| Binary | 10 | 1101001 | 10101111 | 1100011 | 101000 | 0 | 11111 | 11001100 | 1100010 | 100011 |
Color Harmonies of #0269AF
Complementary color
Monochromatic Colors of #0269AF
Black with #0269AF
Text Example
Text Example
White with #0269AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269AF; }
p { color: rgb(2,105,175); }
H1.HeaderClassName
{
color: #0269AF;
}
.AnyTagClassName
{
color: #0269AF;
}
</style>
background-color css
<style>
a { background-color: #0269AF; }
a { background-color: rgb(2,105,175); }
div.DivClassName
{
background-color: #0269AF;
}
.BgClassName
{
background-color: #0269AF;
}
</style>
border-color css
<style>
span { border-color: #0269AF; }
span { border-color: rgb(2,105,175); }
td.TdClassName
{
border-color: #0269AF;
}
.TagClassName
{
border-color: #0269AF;
}
</style>