Shades of Cerulean #127FAC
Tints of Cerulean #127FAC
RGB
CMYK
RGB Variations
Color information
#127FAC (or 0x127FAC) is known color: Cerulean. HEX triplet: 12, 7F and AC. RGB value is (18,127,172). Sum of RGB (Red+Green+Blue) = 18+127+172=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #127FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FAC is #ED8053. Grayscale: #636363. Windows color (decimal): -15564884 or 11304722. OLE color: 11304722.
HSL color Cylindrical-coordinate representation of color #127FAC: hue angle of 197.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FAC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 127 | 172 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.33 |
| HSL | 197.53º | 0.81% | 0.37% | - |
| HSV(B) | 197.53º | 0.9% | 0.67% | - |
| XYZ | 15.29 | 18.29 | 41.75 | - |
| YUV | 99.54 | 168.89 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 172 | 0.90 | 0.26 | 0 | 0.33 | 197.53 | 0.81 | 0.37 |
| Hex | 12 | 7F | AC | 5A | 1A | 0 | 21 | C6 | 51 | 25 |
| Octal | 22 | 177 | 254 | 132 | 32 | 0 | 41 | 306 | 121 | 45 |
| Binary | 10010 | 1111111 | 10101100 | 1011010 | 11010 | 0 | 100001 | 11000110 | 1010001 | 100101 |
Color Harmonies of #127FAC
Complementary color
Monochromatic Colors of #127FAC
Black with #127FAC
Text Example
Text Example
White with #127FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FAC; }
p { color: rgb(18,127,172); }
H1.HeaderClassName
{
color: #127FAC;
}
.AnyTagClassName
{
color: #127FAC;
}
</style>
background-color css
<style>
a { background-color: #127FAC; }
a { background-color: rgb(18,127,172); }
div.DivClassName
{
background-color: #127FAC;
}
.BgClassName
{
background-color: #127FAC;
}
</style>
border-color css
<style>
span { border-color: #127FAC; }
span { border-color: rgb(18,127,172); }
td.TdClassName
{
border-color: #127FAC;
}
.TagClassName
{
border-color: #127FAC;
}
</style>