Shades of Cerulean #1272AD
Tints of Cerulean #1272AD
RGB
CMYK
RGB Variations
Color information
#1272AD (or 0x1272AD) is known color: Cerulean. HEX triplet: 12, 72 and AD. RGB value is (18,114,173). Sum of RGB (Red+Green+Blue) = 18+114+173=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #1272AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1272AD is #ED8D52. Grayscale: #5B5B5B. Windows color (decimal): -15568211 or 11366930. OLE color: 11366930.
HSL color Cylindrical-coordinate representation of color #1272AD: hue angle of 202.84º 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 #1272AD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 114 | 173 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.32 |
| HSL | 202.84º | 0.81% | 0.37% | - |
| HSV(B) | 202.84º | 0.9% | 0.68% | - |
| XYZ | 13.81 | 15.18 | 41.74 | - |
| YUV | 92.02 | 173.7 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 173 | 0.90 | 0.34 | 0 | 0.32 | 202.84 | 0.81 | 0.37 |
| Hex | 12 | 72 | AD | 5A | 22 | 0 | 20 | CB | 51 | 25 |
| Octal | 22 | 162 | 255 | 132 | 42 | 0 | 40 | 313 | 121 | 45 |
| Binary | 10010 | 1110010 | 10101101 | 1011010 | 100010 | 0 | 100000 | 11001011 | 1010001 | 100101 |
Color Harmonies of #1272AD
Complementary color
Monochromatic Colors of #1272AD
Black with #1272AD
Text Example
Text Example
White with #1272AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272AD; }
p { color: rgb(18,114,173); }
H1.HeaderClassName
{
color: #1272AD;
}
.AnyTagClassName
{
color: #1272AD;
}
</style>
background-color css
<style>
a { background-color: #1272AD; }
a { background-color: rgb(18,114,173); }
div.DivClassName
{
background-color: #1272AD;
}
.BgClassName
{
background-color: #1272AD;
}
</style>
border-color css
<style>
span { border-color: #1272AD; }
span { border-color: rgb(18,114,173); }
td.TdClassName
{
border-color: #1272AD;
}
.TagClassName
{
border-color: #1272AD;
}
</style>