Shades of Cerulean #127FB4
Tints of Cerulean #127FB4
RGB
CMYK
RGB Variations
Color information
#127FB4 (or 0x127FB4) is known color: Cerulean. HEX triplet: 12, 7F and B4. RGB value is (18,127,180). Sum of RGB (Red+Green+Blue) = 18+127+180=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #127FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FB4 is #ED804B. Grayscale: #646464. Windows color (decimal): -15564876 or 11829010. OLE color: 11829010.
HSL color Cylindrical-coordinate representation of color #127FB4: hue angle of 199.63º 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 #127FB4 is Cyan = 0.9, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 127 | 180 | - |
| CMYK | 0.9 | 0.29 | 0 | 0.29 |
| HSL | 199.63º | 0.82% | 0.39% | - |
| HSV(B) | 199.63º | 0.9% | 0.71% | - |
| XYZ | 16.08 | 18.6 | 45.92 | - |
| YUV | 100.45 | 172.89 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 180 | 0.9 | 0.29 | 0 | 0.29 | 199.63 | 0.82 | 0.39 |
| Hex | 12 | 7F | B4 | 5A | 1D | 0 | 1D | C8 | 52 | 27 |
| Octal | 22 | 177 | 264 | 132 | 35 | 0 | 35 | 310 | 122 | 47 |
| Binary | 10010 | 1111111 | 10110100 | 1011010 | 11101 | 0 | 11101 | 11001000 | 1010010 | 100111 |
Color Harmonies of #127FB4
Complementary color
Monochromatic Colors of #127FB4
Black with #127FB4
Text Example
Text Example
White with #127FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FB4; }
p { color: rgb(18,127,180); }
H1.HeaderClassName
{
color: #127FB4;
}
.AnyTagClassName
{
color: #127FB4;
}
</style>
background-color css
<style>
a { background-color: #127FB4; }
a { background-color: rgb(18,127,180); }
div.DivClassName
{
background-color: #127FB4;
}
.BgClassName
{
background-color: #127FB4;
}
</style>
border-color css
<style>
span { border-color: #127FB4; }
span { border-color: rgb(18,127,180); }
td.TdClassName
{
border-color: #127FB4;
}
.TagClassName
{
border-color: #127FB4;
}
</style>