Shades of Cerulean #1283AB
Tints of Cerulean #1283AB
RGB
CMYK
RGB Variations
Color information
#1283AB (or 0x1283AB) is known color: Cerulean. HEX triplet: 12, 83 and AB. RGB value is (18,131,171). Sum of RGB (Red+Green+Blue) = 18+131+171=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #1283AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AB is #ED7C54. Grayscale: #656565. Windows color (decimal): -15563861 or 11240210. OLE color: 11240210.
HSL color Cylindrical-coordinate representation of color #1283AB: hue angle of 195.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1283AB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 131 | 171 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.33 |
| HSL | 195.69º | 0.81% | 0.37% | - |
| HSV(B) | 195.69º | 0.89% | 0.67% | - |
| XYZ | 15.72 | 19.3 | 41.43 | - |
| YUV | 101.77 | 167.06 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 171 | 0.89 | 0.23 | 0 | 0.33 | 195.69 | 0.81 | 0.37 |
| Hex | 12 | 83 | AB | 59 | 17 | 0 | 21 | C4 | 51 | 25 |
| Octal | 22 | 203 | 253 | 131 | 27 | 0 | 41 | 304 | 121 | 45 |
| Binary | 10010 | 10000011 | 10101011 | 1011001 | 10111 | 0 | 100001 | 11000100 | 1010001 | 100101 |
Color Harmonies of #1283AB
Complementary color
Monochromatic Colors of #1283AB
Black with #1283AB
Text Example
Text Example
White with #1283AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283AB; }
p { color: rgb(18,131,171); }
H1.HeaderClassName
{
color: #1283AB;
}
.AnyTagClassName
{
color: #1283AB;
}
</style>
background-color css
<style>
a { background-color: #1283AB; }
a { background-color: rgb(18,131,171); }
div.DivClassName
{
background-color: #1283AB;
}
.BgClassName
{
background-color: #1283AB;
}
</style>
border-color css
<style>
span { border-color: #1283AB; }
span { border-color: rgb(18,131,171); }
td.TdClassName
{
border-color: #1283AB;
}
.TagClassName
{
border-color: #1283AB;
}
</style>