Shades of Cerulean #0275A3
Tints of Cerulean #0275A3
RGB
CMYK
RGB Variations
Color information
#0275A3 (or 0x0275A3) is known color: Cerulean. HEX triplet: 02, 75 and A3. RGB value is (2,117,163). Sum of RGB (Red+Green+Blue) = 2+117+163=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #0275A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0275A3 is #FD8A5C. Grayscale: #575757. Windows color (decimal): -16616029 or 10712322. OLE color: 10712322.
HSL color Cylindrical-coordinate representation of color #0275A3: hue angle of 197.14º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275A3 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 117 | 163 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.36 |
| HSL | 197.14º | 0.98% | 0.32% | - |
| HSV(B) | 197.14º | 0.99% | 0.64% | - |
| XYZ | 13 | 15.38 | 36.93 | - |
| YUV | 87.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 163 | 0.99 | 0.28 | 0 | 0.36 | 197.14 | 0.98 | 0.32 |
| Hex | 2 | 75 | A3 | 63 | 1C | 0 | 24 | C5 | 62 | 20 |
| Octal | 2 | 165 | 243 | 143 | 34 | 0 | 44 | 305 | 142 | 40 |
| Binary | 10 | 1110101 | 10100011 | 1100011 | 11100 | 0 | 100100 | 11000101 | 1100010 | 100000 |
Color Harmonies of #0275A3
Complementary color
Monochromatic Colors of #0275A3
Black with #0275A3
Text Example
Text Example
White with #0275A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0275A3; }
p { color: rgb(2,117,163); }
H1.HeaderClassName
{
color: #0275A3;
}
.AnyTagClassName
{
color: #0275A3;
}
</style>
background-color css
<style>
a { background-color: #0275A3; }
a { background-color: rgb(2,117,163); }
div.DivClassName
{
background-color: #0275A3;
}
.BgClassName
{
background-color: #0275A3;
}
</style>
border-color css
<style>
span { border-color: #0275A3; }
span { border-color: rgb(2,117,163); }
td.TdClassName
{
border-color: #0275A3;
}
.TagClassName
{
border-color: #0275A3;
}
</style>