Shades of Cerulean #1483B6
Tints of Cerulean #1483B6
RGB
CMYK
RGB Variations
Color information
#1483B6 (or 0x1483B6) is known color: Cerulean. HEX triplet: 14, 83 and B6. RGB value is (20,131,182). Sum of RGB (Red+Green+Blue) = 20+131+182=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #1483B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483B6 is #EB7C49. Grayscale: #676767. Windows color (decimal): -15432778 or 11961108. OLE color: 11961108.
HSL color Cylindrical-coordinate representation of color #1483B6: hue angle of 198.89º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1483B6 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 131 | 182 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.29 |
| HSL | 198.89º | 0.8% | 0.4% | - |
| HSV(B) | 198.89º | 0.89% | 0.71% | - |
| XYZ | 16.85 | 19.76 | 47.18 | - |
| YUV | 103.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 182 | 0.89 | 0.28 | 0 | 0.29 | 198.89 | 0.8 | 0.4 |
| Hex | 14 | 83 | B6 | 59 | 1C | 0 | 1D | C7 | 50 | 28 |
| Octal | 24 | 203 | 266 | 131 | 34 | 0 | 35 | 307 | 120 | 50 |
| Binary | 10100 | 10000011 | 10110110 | 1011001 | 11100 | 0 | 11101 | 11000111 | 1010000 | 101000 |
Color Harmonies of #1483B6
Complementary color
Monochromatic Colors of #1483B6
Black with #1483B6
Text Example
Text Example
White with #1483B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483B6; }
p { color: rgb(20,131,182); }
H1.HeaderClassName
{
color: #1483B6;
}
.AnyTagClassName
{
color: #1483B6;
}
</style>
background-color css
<style>
a { background-color: #1483B6; }
a { background-color: rgb(20,131,182); }
div.DivClassName
{
background-color: #1483B6;
}
.BgClassName
{
background-color: #1483B6;
}
</style>
border-color css
<style>
span { border-color: #1483B6; }
span { border-color: rgb(20,131,182); }
td.TdClassName
{
border-color: #1483B6;
}
.TagClassName
{
border-color: #1483B6;
}
</style>