Shades of Cerulean #1483AF
Tints of Cerulean #1483AF
RGB
CMYK
RGB Variations
Color information
#1483AF (or 0x1483AF) is known color: Cerulean. HEX triplet: 14, 83 and AF. RGB value is (20,131,175). Sum of RGB (Red+Green+Blue) = 20+131+175=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #1483AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1483AF is #EB7C50. Grayscale: #666666. Windows color (decimal): -15432785 or 11502356. OLE color: 11502356.
HSL color Cylindrical-coordinate representation of color #1483AF: hue angle of 197.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1483AF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 131 | 175 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.31 |
| HSL | 197.03º | 0.79% | 0.38% | - |
| HSV(B) | 197.03º | 0.89% | 0.69% | - |
| XYZ | 16.14 | 19.48 | 43.47 | - |
| YUV | 102.83 | 168.73 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 175 | 0.89 | 0.25 | 0 | 0.31 | 197.03 | 0.79 | 0.38 |
| Hex | 14 | 83 | AF | 59 | 19 | 0 | 1F | C5 | 4F | 26 |
| Octal | 24 | 203 | 257 | 131 | 31 | 0 | 37 | 305 | 117 | 46 |
| Binary | 10100 | 10000011 | 10101111 | 1011001 | 11001 | 0 | 11111 | 11000101 | 1001111 | 100110 |
Color Harmonies of #1483AF
Complementary color
Monochromatic Colors of #1483AF
Black with #1483AF
Text Example
Text Example
White with #1483AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483AF; }
p { color: rgb(20,131,175); }
H1.HeaderClassName
{
color: #1483AF;
}
.AnyTagClassName
{
color: #1483AF;
}
</style>
background-color css
<style>
a { background-color: #1483AF; }
a { background-color: rgb(20,131,175); }
div.DivClassName
{
background-color: #1483AF;
}
.BgClassName
{
background-color: #1483AF;
}
</style>
border-color css
<style>
span { border-color: #1483AF; }
span { border-color: rgb(20,131,175); }
td.TdClassName
{
border-color: #1483AF;
}
.TagClassName
{
border-color: #1483AF;
}
</style>