Shades of Cerulean #127DAC
Tints of Cerulean #127DAC
RGB
CMYK
RGB Variations
Color information
#127DAC (or 0x127DAC) is known color: Cerulean. HEX triplet: 12, 7D and AC. RGB value is (18,125,172). Sum of RGB (Red+Green+Blue) = 18+125+172=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #127DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DAC is #ED8253. Grayscale: #626262. Windows color (decimal): -15565396 or 11304210. OLE color: 11304210.
HSL color Cylindrical-coordinate representation of color #127DAC: hue angle of 198.31º 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 #127DAC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 125 | 172 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.33 |
| HSL | 198.31º | 0.81% | 0.37% | - |
| HSV(B) | 198.31º | 0.9% | 0.67% | - |
| XYZ | 15.03 | 17.77 | 41.67 | - |
| YUV | 98.37 | 169.55 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 172 | 0.90 | 0.27 | 0 | 0.33 | 198.31 | 0.81 | 0.37 |
| Hex | 12 | 7D | AC | 5A | 1B | 0 | 21 | C6 | 51 | 25 |
| Octal | 22 | 175 | 254 | 132 | 33 | 0 | 41 | 306 | 121 | 45 |
| Binary | 10010 | 1111101 | 10101100 | 1011010 | 11011 | 0 | 100001 | 11000110 | 1010001 | 100101 |
Color Harmonies of #127DAC
Complementary color
Monochromatic Colors of #127DAC
Black with #127DAC
Text Example
Text Example
White with #127DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DAC; }
p { color: rgb(18,125,172); }
H1.HeaderClassName
{
color: #127DAC;
}
.AnyTagClassName
{
color: #127DAC;
}
</style>
background-color css
<style>
a { background-color: #127DAC; }
a { background-color: rgb(18,125,172); }
div.DivClassName
{
background-color: #127DAC;
}
.BgClassName
{
background-color: #127DAC;
}
</style>
border-color css
<style>
span { border-color: #127DAC; }
span { border-color: rgb(18,125,172); }
td.TdClassName
{
border-color: #127DAC;
}
.TagClassName
{
border-color: #127DAC;
}
</style>