Shades of Cerulean #1481BA
Tints of Cerulean #1481BA
RGB
CMYK
RGB Variations
Color information
#1481BA (or 0x1481BA) is known color: Cerulean. HEX triplet: 14, 81 and BA. RGB value is (20,129,186). Sum of RGB (Red+Green+Blue) = 20+129+186=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #1481BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BA is #EB7E45. Grayscale: #666666. Windows color (decimal): -15433286 or 12222740. OLE color: 12222740.
HSL color Cylindrical-coordinate representation of color #1481BA: hue angle of 200.6º 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 #1481BA is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 129 | 186 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.27 |
| HSL | 200.6º | 0.81% | 0.4% | - |
| HSV(B) | 200.6º | 0.89% | 0.73% | - |
| XYZ | 17 | 19.39 | 49.3 | - |
| YUV | 102.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 186 | 0.89 | 0.31 | 0 | 0.27 | 200.6 | 0.81 | 0.4 |
| Hex | 14 | 81 | BA | 59 | 1F | 0 | 1B | C9 | 51 | 28 |
| Octal | 24 | 201 | 272 | 131 | 37 | 0 | 33 | 311 | 121 | 50 |
| Binary | 10100 | 10000001 | 10111010 | 1011001 | 11111 | 0 | 11011 | 11001001 | 1010001 | 101000 |
Color Harmonies of #1481BA
Complementary color
Monochromatic Colors of #1481BA
Black with #1481BA
Text Example
Text Example
White with #1481BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481BA; }
p { color: rgb(20,129,186); }
H1.HeaderClassName
{
color: #1481BA;
}
.AnyTagClassName
{
color: #1481BA;
}
</style>
background-color css
<style>
a { background-color: #1481BA; }
a { background-color: rgb(20,129,186); }
div.DivClassName
{
background-color: #1481BA;
}
.BgClassName
{
background-color: #1481BA;
}
</style>
border-color css
<style>
span { border-color: #1481BA; }
span { border-color: rgb(20,129,186); }
td.TdClassName
{
border-color: #1481BA;
}
.TagClassName
{
border-color: #1481BA;
}
</style>