Shades of Cerulean #1269A0
Tints of Cerulean #1269A0
RGB
CMYK
RGB Variations
Color information
#1269A0 (or 0x1269A0) is known color: Cerulean. HEX triplet: 12, 69 and A0. RGB value is (18,105,160). Sum of RGB (Red+Green+Blue) = 18+105+160=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #1269A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1269A0 is #ED965F. Grayscale: #545454. Windows color (decimal): -15570528 or 10512658. OLE color: 10512658.
HSL color Cylindrical-coordinate representation of color #1269A0: hue angle of 203.24º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1269A0 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 105 | 160 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.37 |
| HSL | 203.24º | 0.8% | 0.35% | - |
| HSV(B) | 203.24º | 0.89% | 0.63% | - |
| XYZ | 11.65 | 12.77 | 35.11 | - |
| YUV | 85.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 160 | 0.89 | 0.34 | 0 | 0.37 | 203.24 | 0.8 | 0.35 |
| Hex | 12 | 69 | A0 | 59 | 22 | 0 | 25 | CB | 50 | 23 |
| Octal | 22 | 151 | 240 | 131 | 42 | 0 | 45 | 313 | 120 | 43 |
| Binary | 10010 | 1101001 | 10100000 | 1011001 | 100010 | 0 | 100101 | 11001011 | 1010000 | 100011 |
Color Harmonies of #1269A0
Complementary color
Monochromatic Colors of #1269A0
Black with #1269A0
Text Example
Text Example
White with #1269A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1269A0; }
p { color: rgb(18,105,160); }
H1.HeaderClassName
{
color: #1269A0;
}
.AnyTagClassName
{
color: #1269A0;
}
</style>
background-color css
<style>
a { background-color: #1269A0; }
a { background-color: rgb(18,105,160); }
div.DivClassName
{
background-color: #1269A0;
}
.BgClassName
{
background-color: #1269A0;
}
</style>
border-color css
<style>
span { border-color: #1269A0; }
span { border-color: rgb(18,105,160); }
td.TdClassName
{
border-color: #1269A0;
}
.TagClassName
{
border-color: #1269A0;
}
</style>