Shades of Cerulean #1483AA
Tints of Cerulean #1483AA
RGB
CMYK
RGB Variations
Color information
#1483AA (or 0x1483AA) is known color: Cerulean. HEX triplet: 14, 83 and AA. RGB value is (20,131,170). Sum of RGB (Red+Green+Blue) = 20+131+170=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #1483AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AA is #EB7C55. Grayscale: #656565. Windows color (decimal): -15432790 or 11174676. OLE color: 11174676.
HSL color Cylindrical-coordinate representation of color #1483AA: hue angle of 195.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1483AA is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 131 | 170 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.33 |
| HSL | 195.6º | 0.79% | 0.37% | - |
| HSV(B) | 195.6º | 0.88% | 0.67% | - |
| XYZ | 15.66 | 19.28 | 40.93 | - |
| YUV | 102.26 | 166.23 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 170 | 0.88 | 0.23 | 0 | 0.33 | 195.6 | 0.79 | 0.37 |
| Hex | 14 | 83 | AA | 58 | 17 | 0 | 21 | C4 | 4F | 25 |
| Octal | 24 | 203 | 252 | 130 | 27 | 0 | 41 | 304 | 117 | 45 |
| Binary | 10100 | 10000011 | 10101010 | 1011000 | 10111 | 0 | 100001 | 11000100 | 1001111 | 100101 |
Color Harmonies of #1483AA
Complementary color
Monochromatic Colors of #1483AA
Black with #1483AA
Text Example
Text Example
White with #1483AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483AA; }
p { color: rgb(20,131,170); }
H1.HeaderClassName
{
color: #1483AA;
}
.AnyTagClassName
{
color: #1483AA;
}
</style>
background-color css
<style>
a { background-color: #1483AA; }
a { background-color: rgb(20,131,170); }
div.DivClassName
{
background-color: #1483AA;
}
.BgClassName
{
background-color: #1483AA;
}
</style>
border-color css
<style>
span { border-color: #1483AA; }
span { border-color: rgb(20,131,170); }
td.TdClassName
{
border-color: #1483AA;
}
.TagClassName
{
border-color: #1483AA;
}
</style>