Shades of Cerulean #127CB8
Tints of Cerulean #127CB8
RGB
CMYK
RGB Variations
Color information
#127CB8 (or 0x127CB8) is known color: Cerulean. HEX triplet: 12, 7C and B8. RGB value is (18,124,184). Sum of RGB (Red+Green+Blue) = 18+124+184=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #127CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CB8 is #ED8347. Grayscale: #626262. Windows color (decimal): -15565640 or 12090386. OLE color: 12090386.
HSL color Cylindrical-coordinate representation of color #127CB8: hue angle of 201.69º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CB8 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 124 | 184 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.28 |
| HSL | 201.69º | 0.82% | 0.4% | - |
| HSV(B) | 201.69º | 0.9% | 0.72% | - |
| XYZ | 16.11 | 18 | 47.97 | - |
| YUV | 99.15 | 175.88 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 184 | 0.90 | 0.33 | 0 | 0.28 | 201.69 | 0.82 | 0.4 |
| Hex | 12 | 7C | B8 | 5A | 21 | 0 | 1C | CA | 52 | 28 |
| Octal | 22 | 174 | 270 | 132 | 41 | 0 | 34 | 312 | 122 | 50 |
| Binary | 10010 | 1111100 | 10111000 | 1011010 | 100001 | 0 | 11100 | 11001010 | 1010010 | 101000 |
Color Harmonies of #127CB8
Complementary color
Monochromatic Colors of #127CB8
Black with #127CB8
Text Example
Text Example
White with #127CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CB8; }
p { color: rgb(18,124,184); }
H1.HeaderClassName
{
color: #127CB8;
}
.AnyTagClassName
{
color: #127CB8;
}
</style>
background-color css
<style>
a { background-color: #127CB8; }
a { background-color: rgb(18,124,184); }
div.DivClassName
{
background-color: #127CB8;
}
.BgClassName
{
background-color: #127CB8;
}
</style>
border-color css
<style>
span { border-color: #127CB8; }
span { border-color: rgb(18,124,184); }
td.TdClassName
{
border-color: #127CB8;
}
.TagClassName
{
border-color: #127CB8;
}
</style>