Shades of Cerulean #127EB9
Tints of Cerulean #127EB9
RGB
CMYK
RGB Variations
Color information
#127EB9 (or 0x127EB9) is known color: Cerulean. HEX triplet: 12, 7E and B9. RGB value is (18,126,185). Sum of RGB (Red+Green+Blue) = 18+126+185=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #127EB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EB9 is #ED8146. Grayscale: #646464. Windows color (decimal): -15565127 or 12156434. OLE color: 12156434.
HSL color Cylindrical-coordinate representation of color #127EB9: hue angle of 201.2º 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 #127EB9 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 126 | 185 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.27 |
| HSL | 201.2º | 0.82% | 0.4% | - |
| HSV(B) | 201.2º | 0.9% | 0.73% | - |
| XYZ | 16.47 | 18.55 | 48.61 | - |
| YUV | 100.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 185 | 0.90 | 0.32 | 0 | 0.27 | 201.2 | 0.82 | 0.4 |
| Hex | 12 | 7E | B9 | 5A | 20 | 0 | 1B | C9 | 52 | 28 |
| Octal | 22 | 176 | 271 | 132 | 40 | 0 | 33 | 311 | 122 | 50 |
| Binary | 10010 | 1111110 | 10111001 | 1011010 | 100000 | 0 | 11011 | 11001001 | 1010010 | 101000 |
Color Harmonies of #127EB9
Complementary color
Monochromatic Colors of #127EB9
Black with #127EB9
Text Example
Text Example
White with #127EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EB9; }
p { color: rgb(18,126,185); }
H1.HeaderClassName
{
color: #127EB9;
}
.AnyTagClassName
{
color: #127EB9;
}
</style>
background-color css
<style>
a { background-color: #127EB9; }
a { background-color: rgb(18,126,185); }
div.DivClassName
{
background-color: #127EB9;
}
.BgClassName
{
background-color: #127EB9;
}
</style>
border-color css
<style>
span { border-color: #127EB9; }
span { border-color: rgb(18,126,185); }
td.TdClassName
{
border-color: #127EB9;
}
.TagClassName
{
border-color: #127EB9;
}
</style>