Shades of Cerulean #1271AD
Tints of Cerulean #1271AD
RGB
CMYK
RGB Variations
Color information
#1271AD (or 0x1271AD) is known color: Cerulean. HEX triplet: 12, 71 and AD. RGB value is (18,113,173). Sum of RGB (Red+Green+Blue) = 18+113+173=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #1271AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1271AD is #ED8E52. Grayscale: #5B5B5B. Windows color (decimal): -15568467 or 11366674. OLE color: 11366674.
HSL color Cylindrical-coordinate representation of color #1271AD: hue angle of 203.23º 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 #1271AD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 113 | 173 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.32 |
| HSL | 203.23º | 0.81% | 0.37% | - |
| HSV(B) | 203.23º | 0.9% | 0.68% | - |
| XYZ | 13.7 | 14.96 | 41.7 | - |
| YUV | 91.44 | 174.03 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 173 | 0.90 | 0.35 | 0 | 0.32 | 203.23 | 0.81 | 0.37 |
| Hex | 12 | 71 | AD | 5A | 23 | 0 | 20 | CB | 51 | 25 |
| Octal | 22 | 161 | 255 | 132 | 43 | 0 | 40 | 313 | 121 | 45 |
| Binary | 10010 | 1110001 | 10101101 | 1011010 | 100011 | 0 | 100000 | 11001011 | 1010001 | 100101 |
Color Harmonies of #1271AD
Complementary color
Monochromatic Colors of #1271AD
Black with #1271AD
Text Example
Text Example
White with #1271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1271AD; }
p { color: rgb(18,113,173); }
H1.HeaderClassName
{
color: #1271AD;
}
.AnyTagClassName
{
color: #1271AD;
}
</style>
background-color css
<style>
a { background-color: #1271AD; }
a { background-color: rgb(18,113,173); }
div.DivClassName
{
background-color: #1271AD;
}
.BgClassName
{
background-color: #1271AD;
}
</style>
border-color css
<style>
span { border-color: #1271AD; }
span { border-color: rgb(18,113,173); }
td.TdClassName
{
border-color: #1271AD;
}
.TagClassName
{
border-color: #1271AD;
}
</style>