Shades of Cerulean #127CBC
Tints of Cerulean #127CBC
RGB
CMYK
RGB Variations
Color information
#127CBC (or 0x127CBC) is known color: Cerulean. HEX triplet: 12, 7C and BC. RGB value is (18,124,188). Sum of RGB (Red+Green+Blue) = 18+124+188=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #127CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBC is #ED8343. Grayscale: #636363. Windows color (decimal): -15565636 or 12352530. OLE color: 12352530.
HSL color Cylindrical-coordinate representation of color #127CBC: hue angle of 202.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CBC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 124 | 188 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.26 |
| HSL | 202.59º | 0.83% | 0.4% | - |
| HSV(B) | 202.59º | 0.9% | 0.74% | - |
| XYZ | 16.53 | 18.17 | 50.21 | - |
| YUV | 99.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 188 | 0.90 | 0.34 | 0 | 0.26 | 202.59 | 0.83 | 0.4 |
| Hex | 12 | 7C | BC | 5A | 22 | 0 | 1A | CB | 53 | 28 |
| Octal | 22 | 174 | 274 | 132 | 42 | 0 | 32 | 313 | 123 | 50 |
| Binary | 10010 | 1111100 | 10111100 | 1011010 | 100010 | 0 | 11010 | 11001011 | 1010011 | 101000 |
Color Harmonies of #127CBC
Complementary color
Monochromatic Colors of #127CBC
Black with #127CBC
Text Example
Text Example
White with #127CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CBC; }
p { color: rgb(18,124,188); }
H1.HeaderClassName
{
color: #127CBC;
}
.AnyTagClassName
{
color: #127CBC;
}
</style>
background-color css
<style>
a { background-color: #127CBC; }
a { background-color: rgb(18,124,188); }
div.DivClassName
{
background-color: #127CBC;
}
.BgClassName
{
background-color: #127CBC;
}
</style>
border-color css
<style>
span { border-color: #127CBC; }
span { border-color: rgb(18,124,188); }
td.TdClassName
{
border-color: #127CBC;
}
.TagClassName
{
border-color: #127CBC;
}
</style>