Shades of Cerulean #0072A1
Tints of Cerulean #0072A1
RGB
CMYK
RGB Variations
Color information
#0072A1 (or 0x0072A1) is known color: Cerulean. HEX triplet: 00, 72 and A1. RGB value is (0,114,161). Sum of RGB (Red+Green+Blue) = 0+114+161=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #0072A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0072A1 is #FF8D5E. Grayscale: #545454. Windows color (decimal): -16747871 or 10580480. OLE color: 10580480.
HSL color Cylindrical-coordinate representation of color #0072A1: hue angle of 197.52º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072A1 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 114 | 161 | - |
| CMYK | 1 | 0.29 | 0 | 0.37 |
| HSL | 197.52º | 1% | 0.32% | - |
| HSV(B) | 197.52º | 1% | 0.63% | - |
| XYZ | 12.45 | 14.61 | 35.88 | - |
| YUV | 85.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 161 | 1 | 0.29 | 0 | 0.37 | 197.52 | 1 | 0.32 |
| Hex | 0 | 72 | A1 | 64 | 1D | 0 | 25 | C6 | 64 | 20 |
| Octal | 0 | 162 | 241 | 144 | 35 | 0 | 45 | 306 | 144 | 40 |
| Binary | 0 | 1110010 | 10100001 | 1100100 | 11101 | 0 | 100101 | 11000110 | 1100100 | 100000 |
Color Harmonies of #0072A1
Complementary color
Monochromatic Colors of #0072A1
Black with #0072A1
Text Example
Text Example
White with #0072A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072A1; }
p { color: rgb(0,114,161); }
H1.HeaderClassName
{
color: #0072A1;
}
.AnyTagClassName
{
color: #0072A1;
}
</style>
background-color css
<style>
a { background-color: #0072A1; }
a { background-color: rgb(0,114,161); }
div.DivClassName
{
background-color: #0072A1;
}
.BgClassName
{
background-color: #0072A1;
}
</style>
border-color css
<style>
span { border-color: #0072A1; }
span { border-color: rgb(0,114,161); }
td.TdClassName
{
border-color: #0072A1;
}
.TagClassName
{
border-color: #0072A1;
}
</style>