Shades of Cerulean #127FBA
Tints of Cerulean #127FBA
RGB
CMYK
RGB Variations
Color information
#127FBA (or 0x127FBA) is known color: Cerulean. HEX triplet: 12, 7F and BA. RGB value is (18,127,186). Sum of RGB (Red+Green+Blue) = 18+127+186=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #127FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FBA is #ED8045. Grayscale: #646464. Windows color (decimal): -15564870 or 12222226. OLE color: 12222226.
HSL color Cylindrical-coordinate representation of color #127FBA: hue angle of 201.07º 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 #127FBA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 127 | 186 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.27 |
| HSL | 201.07º | 0.82% | 0.4% | - |
| HSV(B) | 201.07º | 0.9% | 0.73% | - |
| XYZ | 16.7 | 18.85 | 49.21 | - |
| YUV | 101.14 | 175.89 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 186 | 0.90 | 0.32 | 0 | 0.27 | 201.07 | 0.82 | 0.4 |
| Hex | 12 | 7F | BA | 5A | 20 | 0 | 1B | C9 | 52 | 28 |
| Octal | 22 | 177 | 272 | 132 | 40 | 0 | 33 | 311 | 122 | 50 |
| Binary | 10010 | 1111111 | 10111010 | 1011010 | 100000 | 0 | 11011 | 11001001 | 1010010 | 101000 |
Color Harmonies of #127FBA
Complementary color
Monochromatic Colors of #127FBA
Black with #127FBA
Text Example
Text Example
White with #127FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FBA; }
p { color: rgb(18,127,186); }
H1.HeaderClassName
{
color: #127FBA;
}
.AnyTagClassName
{
color: #127FBA;
}
</style>
background-color css
<style>
a { background-color: #127FBA; }
a { background-color: rgb(18,127,186); }
div.DivClassName
{
background-color: #127FBA;
}
.BgClassName
{
background-color: #127FBA;
}
</style>
border-color css
<style>
span { border-color: #127FBA; }
span { border-color: rgb(18,127,186); }
td.TdClassName
{
border-color: #127FBA;
}
.TagClassName
{
border-color: #127FBA;
}
</style>