Shades of Cerulean #1275AE
Tints of Cerulean #1275AE
RGB
CMYK
RGB Variations
Color information
#1275AE (or 0x1275AE) is known color: Cerulean. HEX triplet: 12, 75 and AE. RGB value is (18,117,174). Sum of RGB (Red+Green+Blue) = 18+117+174=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #1275AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1275AE is #ED8A51. Grayscale: #5D5D5D. Windows color (decimal): -15567442 or 11433234. OLE color: 11433234.
HSL color Cylindrical-coordinate representation of color #1275AE: hue angle of 201.92º 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 #1275AE is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 117 | 174 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.32 |
| HSL | 201.92º | 0.81% | 0.38% | - |
| HSV(B) | 201.92º | 0.9% | 0.68% | - |
| XYZ | 14.25 | 15.91 | 42.36 | - |
| YUV | 93.9 | 173.2 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 174 | 0.90 | 0.33 | 0 | 0.32 | 201.92 | 0.81 | 0.38 |
| Hex | 12 | 75 | AE | 5A | 21 | 0 | 20 | CA | 51 | 26 |
| Octal | 22 | 165 | 256 | 132 | 41 | 0 | 40 | 312 | 121 | 46 |
| Binary | 10010 | 1110101 | 10101110 | 1011010 | 100001 | 0 | 100000 | 11001010 | 1010001 | 100110 |
Color Harmonies of #1275AE
Complementary color
Monochromatic Colors of #1275AE
Black with #1275AE
Text Example
Text Example
White with #1275AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275AE; }
p { color: rgb(18,117,174); }
H1.HeaderClassName
{
color: #1275AE;
}
.AnyTagClassName
{
color: #1275AE;
}
</style>
background-color css
<style>
a { background-color: #1275AE; }
a { background-color: rgb(18,117,174); }
div.DivClassName
{
background-color: #1275AE;
}
.BgClassName
{
background-color: #1275AE;
}
</style>
border-color css
<style>
span { border-color: #1275AE; }
span { border-color: rgb(18,117,174); }
td.TdClassName
{
border-color: #1275AE;
}
.TagClassName
{
border-color: #1275AE;
}
</style>