Shades of Cerulean #1483B7
Tints of Cerulean #1483B7
RGB
CMYK
RGB Variations
Color information
#1483B7 (or 0x1483B7) is known color: Cerulean. HEX triplet: 14, 83 and B7. RGB value is (20,131,183). Sum of RGB (Red+Green+Blue) = 20+131+183=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #1483B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483B7 is #EB7C48. Grayscale: #676767. Windows color (decimal): -15432777 or 12026644. OLE color: 12026644.
HSL color Cylindrical-coordinate representation of color #1483B7: hue angle of 199.14º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1483B7 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 131 | 183 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.28 |
| HSL | 199.14º | 0.8% | 0.4% | - |
| HSV(B) | 199.14º | 0.89% | 0.72% | - |
| XYZ | 16.95 | 19.8 | 47.73 | - |
| YUV | 103.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 183 | 0.89 | 0.28 | 0 | 0.28 | 199.14 | 0.8 | 0.4 |
| Hex | 14 | 83 | B7 | 59 | 1C | 0 | 1C | C7 | 50 | 28 |
| Octal | 24 | 203 | 267 | 131 | 34 | 0 | 34 | 307 | 120 | 50 |
| Binary | 10100 | 10000011 | 10110111 | 1011001 | 11100 | 0 | 11100 | 11000111 | 1010000 | 101000 |
Color Harmonies of #1483B7
Complementary color
Monochromatic Colors of #1483B7
Black with #1483B7
Text Example
Text Example
White with #1483B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483B7; }
p { color: rgb(20,131,183); }
H1.HeaderClassName
{
color: #1483B7;
}
.AnyTagClassName
{
color: #1483B7;
}
</style>
background-color css
<style>
a { background-color: #1483B7; }
a { background-color: rgb(20,131,183); }
div.DivClassName
{
background-color: #1483B7;
}
.BgClassName
{
background-color: #1483B7;
}
</style>
border-color css
<style>
span { border-color: #1483B7; }
span { border-color: rgb(20,131,183); }
td.TdClassName
{
border-color: #1483B7;
}
.TagClassName
{
border-color: #1483B7;
}
</style>