Shades of Cerulean #1481AD
Tints of Cerulean #1481AD
RGB
CMYK
RGB Variations
Color information
#1481AD (or 0x1481AD) is known color: Cerulean. HEX triplet: 14, 81 and AD. RGB value is (20,129,173). Sum of RGB (Red+Green+Blue) = 20+129+173=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1481AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1481AD is #EB7E52. Grayscale: #656565. Windows color (decimal): -15433299 or 11370772. OLE color: 11370772.
HSL color Cylindrical-coordinate representation of color #1481AD: hue angle of 197.25º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1481AD is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 129 | 173 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.32 |
| HSL | 197.25º | 0.79% | 0.38% | - |
| HSV(B) | 197.25º | 0.88% | 0.68% | - |
| XYZ | 15.68 | 18.87 | 42.35 | - |
| YUV | 101.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 173 | 0.88 | 0.25 | 0 | 0.32 | 197.25 | 0.79 | 0.38 |
| Hex | 14 | 81 | AD | 58 | 19 | 0 | 20 | C5 | 4F | 26 |
| Octal | 24 | 201 | 255 | 130 | 31 | 0 | 40 | 305 | 117 | 46 |
| Binary | 10100 | 10000001 | 10101101 | 1011000 | 11001 | 0 | 100000 | 11000101 | 1001111 | 100110 |
Color Harmonies of #1481AD
Complementary color
Monochromatic Colors of #1481AD
Black with #1481AD
Text Example
Text Example
White with #1481AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481AD; }
p { color: rgb(20,129,173); }
H1.HeaderClassName
{
color: #1481AD;
}
.AnyTagClassName
{
color: #1481AD;
}
</style>
background-color css
<style>
a { background-color: #1481AD; }
a { background-color: rgb(20,129,173); }
div.DivClassName
{
background-color: #1481AD;
}
.BgClassName
{
background-color: #1481AD;
}
</style>
border-color css
<style>
span { border-color: #1481AD; }
span { border-color: rgb(20,129,173); }
td.TdClassName
{
border-color: #1481AD;
}
.TagClassName
{
border-color: #1481AD;
}
</style>