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