Shades of Cerulean #1275A3
Tints of Cerulean #1275A3
RGB
CMYK
RGB Variations
Color information
#1275A3 (or 0x1275A3) is known color: Cerulean. HEX triplet: 12, 75 and A3. RGB value is (18,117,163). Sum of RGB (Red+Green+Blue) = 18+117+163=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 163 (64.06% from 255 or 54.70% from 298); Max value from RGB is 163 - color contains mainly: blue. Hex color #1275A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1275A3 is #ED8A5C. Grayscale: #5C5C5C. Windows color (decimal): -15567453 or 10712338. OLE color: 10712338.
HSL color Cylindrical-coordinate representation of color #1275A3: hue angle of 199.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1275A3 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 117 | 163 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.36 |
| HSL | 199.03º | 0.8% | 0.35% | - |
| HSV(B) | 199.03º | 0.89% | 0.64% | - |
| XYZ | 13.22 | 15.5 | 36.94 | - |
| YUV | 92.64 | 167.7 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 163 | 0.89 | 0.28 | 0 | 0.36 | 199.03 | 0.8 | 0.35 |
| Hex | 12 | 75 | A3 | 59 | 1C | 0 | 24 | C7 | 50 | 23 |
| Octal | 22 | 165 | 243 | 131 | 34 | 0 | 44 | 307 | 120 | 43 |
| Binary | 10010 | 1110101 | 10100011 | 1011001 | 11100 | 0 | 100100 | 11000111 | 1010000 | 100011 |
Color Harmonies of #1275A3
Complementary color
Monochromatic Colors of #1275A3
Black with #1275A3
Text Example
Text Example
White with #1275A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275A3; }
p { color: rgb(18,117,163); }
H1.HeaderClassName
{
color: #1275A3;
}
.AnyTagClassName
{
color: #1275A3;
}
</style>
background-color css
<style>
a { background-color: #1275A3; }
a { background-color: rgb(18,117,163); }
div.DivClassName
{
background-color: #1275A3;
}
.BgClassName
{
background-color: #1275A3;
}
</style>
border-color css
<style>
span { border-color: #1275A3; }
span { border-color: rgb(18,117,163); }
td.TdClassName
{
border-color: #1275A3;
}
.TagClassName
{
border-color: #1275A3;
}
</style>