Shades of Cerulean #127CB7
Tints of Cerulean #127CB7
RGB
CMYK
RGB Variations
Color information
#127CB7 (or 0x127CB7) is known color: Cerulean. HEX triplet: 12, 7C and B7. RGB value is (18,124,183). Sum of RGB (Red+Green+Blue) = 18+124+183=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 183 (71.88% from 255 or 56.31% from 325); Max value from RGB is 183 - color contains mainly: blue. Hex color #127CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CB7 is #ED8348. Grayscale: #626262. Windows color (decimal): -15565641 or 12024850. OLE color: 12024850.
HSL color Cylindrical-coordinate representation of color #127CB7: hue angle of 201.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CB7 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 124 | 183 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.28 |
| HSL | 201.45º | 0.82% | 0.39% | - |
| HSV(B) | 201.45º | 0.9% | 0.72% | - |
| XYZ | 16 | 17.96 | 47.42 | - |
| YUV | 99.03 | 175.38 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 183 | 0.90 | 0.32 | 0 | 0.28 | 201.45 | 0.82 | 0.39 |
| Hex | 12 | 7C | B7 | 5A | 20 | 0 | 1C | C9 | 52 | 27 |
| Octal | 22 | 174 | 267 | 132 | 40 | 0 | 34 | 311 | 122 | 47 |
| Binary | 10010 | 1111100 | 10110111 | 1011010 | 100000 | 0 | 11100 | 11001001 | 1010010 | 100111 |
Color Harmonies of #127CB7
Complementary color
Monochromatic Colors of #127CB7
Black with #127CB7
Text Example
Text Example
White with #127CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CB7; }
p { color: rgb(18,124,183); }
H1.HeaderClassName
{
color: #127CB7;
}
.AnyTagClassName
{
color: #127CB7;
}
</style>
background-color css
<style>
a { background-color: #127CB7; }
a { background-color: rgb(18,124,183); }
div.DivClassName
{
background-color: #127CB7;
}
.BgClassName
{
background-color: #127CB7;
}
</style>
border-color css
<style>
span { border-color: #127CB7; }
span { border-color: rgb(18,124,183); }
td.TdClassName
{
border-color: #127CB7;
}
.TagClassName
{
border-color: #127CB7;
}
</style>