Shades of Cerulean #1481BE
Tints of Cerulean #1481BE
RGB
CMYK
RGB Variations
Color information
#1481BE (or 0x1481BE) is known color: Cerulean. HEX triplet: 14, 81 and BE. RGB value is (20,129,190). Sum of RGB (Red+Green+Blue) = 20+129+190=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #1481BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481BE is #EB7E41. Grayscale: #676767. Windows color (decimal): -15433282 or 12484884. OLE color: 12484884.
HSL color Cylindrical-coordinate representation of color #1481BE: hue angle of 201.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1481BE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 129 | 190 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.25 |
| HSL | 201.53º | 0.81% | 0.41% | - |
| HSV(B) | 201.53º | 0.89% | 0.75% | - |
| XYZ | 17.43 | 19.57 | 51.57 | - |
| YUV | 103.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 190 | 0.89 | 0.32 | 0 | 0.25 | 201.53 | 0.81 | 0.41 |
| Hex | 14 | 81 | BE | 59 | 20 | 0 | 19 | CA | 51 | 29 |
| Octal | 24 | 201 | 276 | 131 | 40 | 0 | 31 | 312 | 121 | 51 |
| Binary | 10100 | 10000001 | 10111110 | 1011001 | 100000 | 0 | 11001 | 11001010 | 1010001 | 101001 |
Color Harmonies of #1481BE
Complementary color
Monochromatic Colors of #1481BE
Black with #1481BE
Text Example
Text Example
White with #1481BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481BE; }
p { color: rgb(20,129,190); }
H1.HeaderClassName
{
color: #1481BE;
}
.AnyTagClassName
{
color: #1481BE;
}
</style>
background-color css
<style>
a { background-color: #1481BE; }
a { background-color: rgb(20,129,190); }
div.DivClassName
{
background-color: #1481BE;
}
.BgClassName
{
background-color: #1481BE;
}
</style>
border-color css
<style>
span { border-color: #1481BE; }
span { border-color: rgb(20,129,190); }
td.TdClassName
{
border-color: #1481BE;
}
.TagClassName
{
border-color: #1481BE;
}
</style>