Shades of Cerulean #127BB2
Tints of Cerulean #127BB2
RGB
CMYK
RGB Variations
Color information
#127BB2 (or 0x127BB2) is known color: Cerulean. HEX triplet: 12, 7B and B2. RGB value is (18,123,178). Sum of RGB (Red+Green+Blue) = 18+123+178=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #127BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BB2 is #ED844D. Grayscale: #616161. Windows color (decimal): -15565902 or 11696914. OLE color: 11696914.
HSL color Cylindrical-coordinate representation of color #127BB2: hue angle of 200.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BB2 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 123 | 178 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.30 |
| HSL | 200.63º | 0.82% | 0.38% | - |
| HSV(B) | 200.63º | 0.9% | 0.7% | - |
| XYZ | 15.37 | 17.51 | 44.69 | - |
| YUV | 97.88 | 173.21 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 178 | 0.90 | 0.31 | 0 | 0.30 | 200.63 | 0.82 | 0.38 |
| Hex | 12 | 7B | B2 | 5A | 1F | 0 | 1E | C9 | 52 | 26 |
| Octal | 22 | 173 | 262 | 132 | 37 | 0 | 36 | 311 | 122 | 46 |
| Binary | 10010 | 1111011 | 10110010 | 1011010 | 11111 | 0 | 11110 | 11001001 | 1010010 | 100110 |
Color Harmonies of #127BB2
Complementary color
Monochromatic Colors of #127BB2
Black with #127BB2
Text Example
Text Example
White with #127BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BB2; }
p { color: rgb(18,123,178); }
H1.HeaderClassName
{
color: #127BB2;
}
.AnyTagClassName
{
color: #127BB2;
}
</style>
background-color css
<style>
a { background-color: #127BB2; }
a { background-color: rgb(18,123,178); }
div.DivClassName
{
background-color: #127BB2;
}
.BgClassName
{
background-color: #127BB2;
}
</style>
border-color css
<style>
span { border-color: #127BB2; }
span { border-color: rgb(18,123,178); }
td.TdClassName
{
border-color: #127BB2;
}
.TagClassName
{
border-color: #127BB2;
}
</style>