Shades of Cerulean #127AB4
Tints of Cerulean #127AB4
RGB
CMYK
RGB Variations
Color information
#127AB4 (or 0x127AB4) is known color: Cerulean. HEX triplet: 12, 7A and B4. RGB value is (18,122,180). Sum of RGB (Red+Green+Blue) = 18+122+180=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #127AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB4 is #ED854B. Grayscale: #616161. Windows color (decimal): -15566156 or 11827730. OLE color: 11827730.
HSL color Cylindrical-coordinate representation of color #127AB4: hue angle of 201.48º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB4 is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 122 | 180 | - |
| CMYK | 0.9 | 0.32 | 0 | 0.29 |
| HSL | 201.48º | 0.82% | 0.39% | - |
| HSV(B) | 201.48º | 0.9% | 0.71% | - |
| XYZ | 15.45 | 17.34 | 45.71 | - |
| YUV | 97.52 | 174.54 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 180 | 0.9 | 0.32 | 0 | 0.29 | 201.48 | 0.82 | 0.39 |
| Hex | 12 | 7A | B4 | 5A | 20 | 0 | 1D | C9 | 52 | 27 |
| Octal | 22 | 172 | 264 | 132 | 40 | 0 | 35 | 311 | 122 | 47 |
| Binary | 10010 | 1111010 | 10110100 | 1011010 | 100000 | 0 | 11101 | 11001001 | 1010010 | 100111 |
Color Harmonies of #127AB4
Complementary color
Monochromatic Colors of #127AB4
Black with #127AB4
Text Example
Text Example
White with #127AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AB4; }
p { color: rgb(18,122,180); }
H1.HeaderClassName
{
color: #127AB4;
}
.AnyTagClassName
{
color: #127AB4;
}
</style>
background-color css
<style>
a { background-color: #127AB4; }
a { background-color: rgb(18,122,180); }
div.DivClassName
{
background-color: #127AB4;
}
.BgClassName
{
background-color: #127AB4;
}
</style>
border-color css
<style>
span { border-color: #127AB4; }
span { border-color: rgb(18,122,180); }
td.TdClassName
{
border-color: #127AB4;
}
.TagClassName
{
border-color: #127AB4;
}
</style>