Shades of Cerulean #1283AD
Tints of Cerulean #1283AD
RGB
CMYK
RGB Variations
Color information
#1283AD (or 0x1283AD) is known color: Cerulean. HEX triplet: 12, 83 and AD. RGB value is (18,131,173). Sum of RGB (Red+Green+Blue) = 18+131+173=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #1283AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283AD is #ED7C52. Grayscale: #656565. Windows color (decimal): -15563859 or 11371282. OLE color: 11371282.
HSL color Cylindrical-coordinate representation of color #1283AD: hue angle of 196.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1283AD is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 131 | 173 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.32 |
| HSL | 196.26º | 0.81% | 0.37% | - |
| HSV(B) | 196.26º | 0.9% | 0.68% | - |
| XYZ | 15.91 | 19.38 | 42.44 | - |
| YUV | 102 | 168.06 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 173 | 0.90 | 0.24 | 0 | 0.32 | 196.26 | 0.81 | 0.37 |
| Hex | 12 | 83 | AD | 5A | 18 | 0 | 20 | C4 | 51 | 25 |
| Octal | 22 | 203 | 255 | 132 | 30 | 0 | 40 | 304 | 121 | 45 |
| Binary | 10010 | 10000011 | 10101101 | 1011010 | 11000 | 0 | 100000 | 11000100 | 1010001 | 100101 |
Color Harmonies of #1283AD
Complementary color
Monochromatic Colors of #1283AD
Black with #1283AD
Text Example
Text Example
White with #1283AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283AD; }
p { color: rgb(18,131,173); }
H1.HeaderClassName
{
color: #1283AD;
}
.AnyTagClassName
{
color: #1283AD;
}
</style>
background-color css
<style>
a { background-color: #1283AD; }
a { background-color: rgb(18,131,173); }
div.DivClassName
{
background-color: #1283AD;
}
.BgClassName
{
background-color: #1283AD;
}
</style>
border-color css
<style>
span { border-color: #1283AD; }
span { border-color: rgb(18,131,173); }
td.TdClassName
{
border-color: #1283AD;
}
.TagClassName
{
border-color: #1283AD;
}
</style>