Shades of Cerulean #0280AF
Tints of Cerulean #0280AF
RGB
CMYK
RGB Variations
Color information
#0280AF (or 0x0280AF) is known color: Cerulean. HEX triplet: 02, 80 and AF. RGB value is (2,128,175). Sum of RGB (Red+Green+Blue) = 2+128+175=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #0280AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0280AF is #FD7F50. Grayscale: #5F5F5F. Windows color (decimal): -16613201 or 11501570. OLE color: 11501570.
HSL color Cylindrical-coordinate representation of color #0280AF: hue angle of 196.3º 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 #0280AF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 128 | 175 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.31 |
| HSL | 196.3º | 0.98% | 0.35% | - |
| HSV(B) | 196.3º | 0.99% | 0.69% | - |
| XYZ | 15.48 | 18.55 | 43.32 | - |
| YUV | 95.68 | 172.76 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 175 | 0.99 | 0.27 | 0 | 0.31 | 196.3 | 0.98 | 0.35 |
| Hex | 2 | 80 | AF | 63 | 1B | 0 | 1F | C4 | 62 | 23 |
| Octal | 2 | 200 | 257 | 143 | 33 | 0 | 37 | 304 | 142 | 43 |
| Binary | 10 | 10000000 | 10101111 | 1100011 | 11011 | 0 | 11111 | 11000100 | 1100010 | 100011 |
Color Harmonies of #0280AF
Complementary color
Monochromatic Colors of #0280AF
Black with #0280AF
Text Example
Text Example
White with #0280AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280AF; }
p { color: rgb(2,128,175); }
H1.HeaderClassName
{
color: #0280AF;
}
.AnyTagClassName
{
color: #0280AF;
}
</style>
background-color css
<style>
a { background-color: #0280AF; }
a { background-color: rgb(2,128,175); }
div.DivClassName
{
background-color: #0280AF;
}
.BgClassName
{
background-color: #0280AF;
}
</style>
border-color css
<style>
span { border-color: #0280AF; }
span { border-color: rgb(2,128,175); }
td.TdClassName
{
border-color: #0280AF;
}
.TagClassName
{
border-color: #0280AF;
}
</style>