Shades of Cerulean #127CBB
Tints of Cerulean #127CBB
RGB
CMYK
RGB Variations
Color information
#127CBB (or 0x127CBB) is known color: Cerulean. HEX triplet: 12, 7C and BB. RGB value is (18,124,187). Sum of RGB (Red+Green+Blue) = 18+124+187=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #127CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBB is #ED8344. Grayscale: #636363. Windows color (decimal): -15565637 or 12286994. OLE color: 12286994.
HSL color Cylindrical-coordinate representation of color #127CBB: hue angle of 202.37º 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 #127CBB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 124 | 187 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.27 |
| HSL | 202.37º | 0.82% | 0.4% | - |
| HSV(B) | 202.37º | 0.9% | 0.73% | - |
| XYZ | 16.43 | 18.13 | 49.65 | - |
| YUV | 99.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 187 | 0.90 | 0.34 | 0 | 0.27 | 202.37 | 0.82 | 0.4 |
| Hex | 12 | 7C | BB | 5A | 22 | 0 | 1B | CA | 52 | 28 |
| Octal | 22 | 174 | 273 | 132 | 42 | 0 | 33 | 312 | 122 | 50 |
| Binary | 10010 | 1111100 | 10111011 | 1011010 | 100010 | 0 | 11011 | 11001010 | 1010010 | 101000 |
Color Harmonies of #127CBB
Complementary color
Monochromatic Colors of #127CBB
Black with #127CBB
Text Example
Text Example
White with #127CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CBB; }
p { color: rgb(18,124,187); }
H1.HeaderClassName
{
color: #127CBB;
}
.AnyTagClassName
{
color: #127CBB;
}
</style>
background-color css
<style>
a { background-color: #127CBB; }
a { background-color: rgb(18,124,187); }
div.DivClassName
{
background-color: #127CBB;
}
.BgClassName
{
background-color: #127CBB;
}
</style>
border-color css
<style>
span { border-color: #127CBB; }
span { border-color: rgb(18,124,187); }
td.TdClassName
{
border-color: #127CBB;
}
.TagClassName
{
border-color: #127CBB;
}
</style>