Shades of Cerulean #1481A8
Tints of Cerulean #1481A8
RGB
CMYK
RGB Variations
Color information
#1481A8 (or 0x1481A8) is known color: Cerulean. HEX triplet: 14, 81 and A8. RGB value is (20,129,168). Sum of RGB (Red+Green+Blue) = 20+129+168=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #1481A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1481A8 is #EB7E57. Grayscale: #646464. Windows color (decimal): -15433304 or 11043092. OLE color: 11043092.
HSL color Cylindrical-coordinate representation of color #1481A8: hue angle of 195.81º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1481A8 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 129 | 168 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.34 |
| HSL | 195.81º | 0.79% | 0.37% | - |
| HSV(B) | 195.81º | 0.88% | 0.66% | - |
| XYZ | 15.21 | 18.68 | 39.85 | - |
| YUV | 100.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 168 | 0.88 | 0.23 | 0 | 0.34 | 195.81 | 0.79 | 0.37 |
| Hex | 14 | 81 | A8 | 58 | 17 | 0 | 22 | C4 | 4F | 25 |
| Octal | 24 | 201 | 250 | 130 | 27 | 0 | 42 | 304 | 117 | 45 |
| Binary | 10100 | 10000001 | 10101000 | 1011000 | 10111 | 0 | 100010 | 11000100 | 1001111 | 100101 |
Color Harmonies of #1481A8
Complementary color
Monochromatic Colors of #1481A8
Black with #1481A8
Text Example
Text Example
White with #1481A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481A8; }
p { color: rgb(20,129,168); }
H1.HeaderClassName
{
color: #1481A8;
}
.AnyTagClassName
{
color: #1481A8;
}
</style>
background-color css
<style>
a { background-color: #1481A8; }
a { background-color: rgb(20,129,168); }
div.DivClassName
{
background-color: #1481A8;
}
.BgClassName
{
background-color: #1481A8;
}
</style>
border-color css
<style>
span { border-color: #1481A8; }
span { border-color: rgb(20,129,168); }
td.TdClassName
{
border-color: #1481A8;
}
.TagClassName
{
border-color: #1481A8;
}
</style>