Shades of Cerulean #127DBC
Tints of Cerulean #127DBC
RGB
CMYK
RGB Variations
Color information
#127DBC (or 0x127DBC) is known color: Cerulean. HEX triplet: 12, 7D and BC. RGB value is (18,125,188). Sum of RGB (Red+Green+Blue) = 18+125+188=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #127DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBC is #ED8243. Grayscale: #636363. Windows color (decimal): -15565380 or 12352786. OLE color: 12352786.
HSL color Cylindrical-coordinate representation of color #127DBC: hue angle of 202.24º 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 #127DBC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 125 | 188 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.26 |
| HSL | 202.24º | 0.83% | 0.4% | - |
| HSV(B) | 202.24º | 0.9% | 0.74% | - |
| XYZ | 16.66 | 18.43 | 50.26 | - |
| YUV | 100.19 | 177.55 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 188 | 0.90 | 0.34 | 0 | 0.26 | 202.24 | 0.83 | 0.4 |
| Hex | 12 | 7D | BC | 5A | 22 | 0 | 1A | CA | 53 | 28 |
| Octal | 22 | 175 | 274 | 132 | 42 | 0 | 32 | 312 | 123 | 50 |
| Binary | 10010 | 1111101 | 10111100 | 1011010 | 100010 | 0 | 11010 | 11001010 | 1010011 | 101000 |
Color Harmonies of #127DBC
Complementary color
Monochromatic Colors of #127DBC
Black with #127DBC
Text Example
Text Example
White with #127DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DBC; }
p { color: rgb(18,125,188); }
H1.HeaderClassName
{
color: #127DBC;
}
.AnyTagClassName
{
color: #127DBC;
}
</style>
background-color css
<style>
a { background-color: #127DBC; }
a { background-color: rgb(18,125,188); }
div.DivClassName
{
background-color: #127DBC;
}
.BgClassName
{
background-color: #127DBC;
}
</style>
border-color css
<style>
span { border-color: #127DBC; }
span { border-color: rgb(18,125,188); }
td.TdClassName
{
border-color: #127DBC;
}
.TagClassName
{
border-color: #127DBC;
}
</style>