Shades of Cerulean #1482BA
Tints of Cerulean #1482BA
RGB
CMYK
RGB Variations
Color information
#1482BA (or 0x1482BA) is known color: Cerulean. HEX triplet: 14, 82 and BA. RGB value is (20,130,186). Sum of RGB (Red+Green+Blue) = 20+130+186=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #1482BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482BA is #EB7D45. Grayscale: #676767. Windows color (decimal): -15433030 or 12222996. OLE color: 12222996.
HSL color Cylindrical-coordinate representation of color #1482BA: hue angle of 200.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1482BA is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 130 | 186 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.27 |
| HSL | 200.24º | 0.81% | 0.4% | - |
| HSV(B) | 200.24º | 0.89% | 0.73% | - |
| XYZ | 17.13 | 19.66 | 49.35 | - |
| YUV | 103.49 | 174.56 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 186 | 0.89 | 0.30 | 0 | 0.27 | 200.24 | 0.81 | 0.4 |
| Hex | 14 | 82 | BA | 59 | 1E | 0 | 1B | C8 | 51 | 28 |
| Octal | 24 | 202 | 272 | 131 | 36 | 0 | 33 | 310 | 121 | 50 |
| Binary | 10100 | 10000010 | 10111010 | 1011001 | 11110 | 0 | 11011 | 11001000 | 1010001 | 101000 |
Color Harmonies of #1482BA
Complementary color
Monochromatic Colors of #1482BA
Black with #1482BA
Text Example
Text Example
White with #1482BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482BA; }
p { color: rgb(20,130,186); }
H1.HeaderClassName
{
color: #1482BA;
}
.AnyTagClassName
{
color: #1482BA;
}
</style>
background-color css
<style>
a { background-color: #1482BA; }
a { background-color: rgb(20,130,186); }
div.DivClassName
{
background-color: #1482BA;
}
.BgClassName
{
background-color: #1482BA;
}
</style>
border-color css
<style>
span { border-color: #1482BA; }
span { border-color: rgb(20,130,186); }
td.TdClassName
{
border-color: #1482BA;
}
.TagClassName
{
border-color: #1482BA;
}
</style>