Shades of Cerulean #1383AE
Tints of Cerulean #1383AE
RGB
CMYK
RGB Variations
Color information
#1383AE (or 0x1383AE) is known color: Cerulean. HEX triplet: 13, 83 and AE. RGB value is (19,131,174). Sum of RGB (Red+Green+Blue) = 19+131+174=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #1383AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1383AE is #EC7C51. Grayscale: #666666. Windows color (decimal): -15498322 or 11436819. OLE color: 11436819.
HSL color Cylindrical-coordinate representation of color #1383AE: hue angle of 196.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1383AE is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 131 | 174 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.32 |
| HSL | 196.65º | 0.8% | 0.38% | - |
| HSV(B) | 196.65º | 0.89% | 0.68% | - |
| XYZ | 16.02 | 19.43 | 42.95 | - |
| YUV | 102.41 | 168.39 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 174 | 0.89 | 0.25 | 0 | 0.32 | 196.65 | 0.8 | 0.38 |
| Hex | 13 | 83 | AE | 59 | 19 | 0 | 20 | C5 | 50 | 26 |
| Octal | 23 | 203 | 256 | 131 | 31 | 0 | 40 | 305 | 120 | 46 |
| Binary | 10011 | 10000011 | 10101110 | 1011001 | 11001 | 0 | 100000 | 11000101 | 1010000 | 100110 |
Color Harmonies of #1383AE
Complementary color
Monochromatic Colors of #1383AE
Black with #1383AE
Text Example
Text Example
White with #1383AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383AE; }
p { color: rgb(19,131,174); }
H1.HeaderClassName
{
color: #1383AE;
}
.AnyTagClassName
{
color: #1383AE;
}
</style>
background-color css
<style>
a { background-color: #1383AE; }
a { background-color: rgb(19,131,174); }
div.DivClassName
{
background-color: #1383AE;
}
.BgClassName
{
background-color: #1383AE;
}
</style>
border-color css
<style>
span { border-color: #1383AE; }
span { border-color: rgb(19,131,174); }
td.TdClassName
{
border-color: #1383AE;
}
.TagClassName
{
border-color: #1383AE;
}
</style>