Shades of Cerulean #1283AE
Tints of Cerulean #1283AE
RGB
CMYK
RGB Variations
Color information
#1283AE (or 0x1283AE) is known color: Cerulean. HEX triplet: 12, 83 and AE. RGB value is (18,131,174). Sum of RGB (Red+Green+Blue) = 18+131+174=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #1283AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AE is #ED7C51. Grayscale: #656565. Windows color (decimal): -15563858 or 11436818. OLE color: 11436818.
HSL color Cylindrical-coordinate representation of color #1283AE: hue angle of 196.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1283AE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 131 | 174 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.32 |
| HSL | 196.54º | 0.81% | 0.38% | - |
| HSV(B) | 196.54º | 0.9% | 0.68% | - |
| XYZ | 16.01 | 19.42 | 42.95 | - |
| YUV | 102.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 174 | 0.90 | 0.25 | 0 | 0.32 | 196.54 | 0.81 | 0.38 |
| Hex | 12 | 83 | AE | 5A | 19 | 0 | 20 | C5 | 51 | 26 |
| Octal | 22 | 203 | 256 | 132 | 31 | 0 | 40 | 305 | 121 | 46 |
| Binary | 10010 | 10000011 | 10101110 | 1011010 | 11001 | 0 | 100000 | 11000101 | 1010001 | 100110 |
Color Harmonies of #1283AE
Complementary color
Monochromatic Colors of #1283AE
Black with #1283AE
Text Example
Text Example
White with #1283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283AE; }
p { color: rgb(18,131,174); }
H1.HeaderClassName
{
color: #1283AE;
}
.AnyTagClassName
{
color: #1283AE;
}
</style>
background-color css
<style>
a { background-color: #1283AE; }
a { background-color: rgb(18,131,174); }
div.DivClassName
{
background-color: #1283AE;
}
.BgClassName
{
background-color: #1283AE;
}
</style>
border-color css
<style>
span { border-color: #1283AE; }
span { border-color: rgb(18,131,174); }
td.TdClassName
{
border-color: #1283AE;
}
.TagClassName
{
border-color: #1283AE;
}
</style>