Shades of Cerulean #0271AF
Tints of Cerulean #0271AF
RGB
CMYK
RGB Variations
Color information
#0271AF (or 0x0271AF) is known color: Cerulean. HEX triplet: 02, 71 and AF. RGB value is (2,113,175). Sum of RGB (Red+Green+Blue) = 2+113+175=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #0271AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0271AF is #FD8E50. Grayscale: #565656. Windows color (decimal): -16617041 or 11497730. OLE color: 11497730.
HSL color Cylindrical-coordinate representation of color #0271AF: hue angle of 201.5º 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 #0271AF is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 113 | 175 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.31 |
| HSL | 201.5º | 0.98% | 0.35% | - |
| HSV(B) | 201.5º | 0.99% | 0.69% | - |
| XYZ | 13.67 | 14.92 | 42.72 | - |
| YUV | 86.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 175 | 0.99 | 0.35 | 0 | 0.31 | 201.5 | 0.98 | 0.35 |
| Hex | 2 | 71 | AF | 63 | 23 | 0 | 1F | CA | 62 | 23 |
| Octal | 2 | 161 | 257 | 143 | 43 | 0 | 37 | 312 | 142 | 43 |
| Binary | 10 | 1110001 | 10101111 | 1100011 | 100011 | 0 | 11111 | 11001010 | 1100010 | 100011 |
Color Harmonies of #0271AF
Complementary color
Monochromatic Colors of #0271AF
Black with #0271AF
Text Example
Text Example
White with #0271AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0271AF; }
p { color: rgb(2,113,175); }
H1.HeaderClassName
{
color: #0271AF;
}
.AnyTagClassName
{
color: #0271AF;
}
</style>
background-color css
<style>
a { background-color: #0271AF; }
a { background-color: rgb(2,113,175); }
div.DivClassName
{
background-color: #0271AF;
}
.BgClassName
{
background-color: #0271AF;
}
</style>
border-color css
<style>
span { border-color: #0271AF; }
span { border-color: rgb(2,113,175); }
td.TdClassName
{
border-color: #0271AF;
}
.TagClassName
{
border-color: #0271AF;
}
</style>