Shades of Cerulean #1483AD
Tints of Cerulean #1483AD
RGB
CMYK
RGB Variations
Color information
#1483AD (or 0x1483AD) is known color: Cerulean. HEX triplet: 14, 83 and AD. RGB value is (20,131,173). Sum of RGB (Red+Green+Blue) = 20+131+173=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #1483AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AD is #EB7C52. Grayscale: #666666. Windows color (decimal): -15432787 or 11371284. OLE color: 11371284.
HSL color Cylindrical-coordinate representation of color #1483AD: hue angle of 196.47º 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 #1483AD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 131 | 173 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.32 |
| HSL | 196.47º | 0.79% | 0.38% | - |
| HSV(B) | 196.47º | 0.88% | 0.68% | - |
| XYZ | 15.95 | 19.4 | 42.44 | - |
| YUV | 102.6 | 167.73 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 173 | 0.88 | 0.24 | 0 | 0.32 | 196.47 | 0.79 | 0.38 |
| Hex | 14 | 83 | AD | 58 | 18 | 0 | 20 | C4 | 4F | 26 |
| Octal | 24 | 203 | 255 | 130 | 30 | 0 | 40 | 304 | 117 | 46 |
| Binary | 10100 | 10000011 | 10101101 | 1011000 | 11000 | 0 | 100000 | 11000100 | 1001111 | 100110 |
Color Harmonies of #1483AD
Complementary color
Monochromatic Colors of #1483AD
Black with #1483AD
Text Example
Text Example
White with #1483AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483AD; }
p { color: rgb(20,131,173); }
H1.HeaderClassName
{
color: #1483AD;
}
.AnyTagClassName
{
color: #1483AD;
}
</style>
background-color css
<style>
a { background-color: #1483AD; }
a { background-color: rgb(20,131,173); }
div.DivClassName
{
background-color: #1483AD;
}
.BgClassName
{
background-color: #1483AD;
}
</style>
border-color css
<style>
span { border-color: #1483AD; }
span { border-color: rgb(20,131,173); }
td.TdClassName
{
border-color: #1483AD;
}
.TagClassName
{
border-color: #1483AD;
}
</style>