Shades of Cerulean #126FAC
Tints of Cerulean #126FAC
RGB
CMYK
RGB Variations
Color information
#126FAC (or 0x126FAC) is known color: Cerulean. HEX triplet: 12, 6F and AC. RGB value is (18,111,172). Sum of RGB (Red+Green+Blue) = 18+111+172=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #126FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126FAC is #ED9053. Grayscale: #595959. Windows color (decimal): -15568980 or 11300626. OLE color: 11300626.
HSL color Cylindrical-coordinate representation of color #126FAC: hue angle of 203.77º 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 #126FAC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 111 | 172 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.33 |
| HSL | 203.77º | 0.81% | 0.37% | - |
| HSV(B) | 203.77º | 0.9% | 0.67% | - |
| XYZ | 13.38 | 14.48 | 41.12 | - |
| YUV | 90.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 172 | 0.90 | 0.35 | 0 | 0.33 | 203.77 | 0.81 | 0.37 |
| Hex | 12 | 6F | AC | 5A | 23 | 0 | 21 | CC | 51 | 25 |
| Octal | 22 | 157 | 254 | 132 | 43 | 0 | 41 | 314 | 121 | 45 |
| Binary | 10010 | 1101111 | 10101100 | 1011010 | 100011 | 0 | 100001 | 11001100 | 1010001 | 100101 |
Color Harmonies of #126FAC
Complementary color
Monochromatic Colors of #126FAC
Black with #126FAC
Text Example
Text Example
White with #126FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FAC; }
p { color: rgb(18,111,172); }
H1.HeaderClassName
{
color: #126FAC;
}
.AnyTagClassName
{
color: #126FAC;
}
</style>
background-color css
<style>
a { background-color: #126FAC; }
a { background-color: rgb(18,111,172); }
div.DivClassName
{
background-color: #126FAC;
}
.BgClassName
{
background-color: #126FAC;
}
</style>
border-color css
<style>
span { border-color: #126FAC; }
span { border-color: rgb(18,111,172); }
td.TdClassName
{
border-color: #126FAC;
}
.TagClassName
{
border-color: #126FAC;
}
</style>