Shades of Cerulean #127CB9
Tints of Cerulean #127CB9
RGB
CMYK
RGB Variations
Color information
#127CB9 (or 0x127CB9) is known color: Cerulean. HEX triplet: 12, 7C and B9. RGB value is (18,124,185). Sum of RGB (Red+Green+Blue) = 18+124+185=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #127CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CB9 is #ED8346. Grayscale: #626262. Windows color (decimal): -15565639 or 12155922. OLE color: 12155922.
HSL color Cylindrical-coordinate representation of color #127CB9: hue angle of 201.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CB9 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 124 | 185 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.27 |
| HSL | 201.92º | 0.82% | 0.4% | - |
| HSV(B) | 201.92º | 0.9% | 0.73% | - |
| XYZ | 16.21 | 18.05 | 48.53 | - |
| YUV | 99.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 185 | 0.90 | 0.33 | 0 | 0.27 | 201.92 | 0.82 | 0.4 |
| Hex | 12 | 7C | B9 | 5A | 21 | 0 | 1B | CA | 52 | 28 |
| Octal | 22 | 174 | 271 | 132 | 41 | 0 | 33 | 312 | 122 | 50 |
| Binary | 10010 | 1111100 | 10111001 | 1011010 | 100001 | 0 | 11011 | 11001010 | 1010010 | 101000 |
Color Harmonies of #127CB9
Complementary color
Monochromatic Colors of #127CB9
Black with #127CB9
Text Example
Text Example
White with #127CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CB9; }
p { color: rgb(18,124,185); }
H1.HeaderClassName
{
color: #127CB9;
}
.AnyTagClassName
{
color: #127CB9;
}
</style>
background-color css
<style>
a { background-color: #127CB9; }
a { background-color: rgb(18,124,185); }
div.DivClassName
{
background-color: #127CB9;
}
.BgClassName
{
background-color: #127CB9;
}
</style>
border-color css
<style>
span { border-color: #127CB9; }
span { border-color: rgb(18,124,185); }
td.TdClassName
{
border-color: #127CB9;
}
.TagClassName
{
border-color: #127CB9;
}
</style>