Shades of Cerulean #127FC1
Tints of Cerulean #127FC1
RGB
CMYK
RGB Variations
Color information
#127FC1 (or 0x127FC1) is known color: Cerulean. HEX triplet: 12, 7F and C1. RGB value is (18,127,193). Sum of RGB (Red+Green+Blue) = 18+127+193=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #127FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC1 is #ED803E. Grayscale: #656565. Windows color (decimal): -15564863 or 12680978. OLE color: 12680978.
HSL color Cylindrical-coordinate representation of color #127FC1: hue angle of 202.63º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FC1 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 127 | 193 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.24 |
| HSL | 202.63º | 0.83% | 0.41% | - |
| HSV(B) | 202.63º | 0.91% | 0.76% | - |
| XYZ | 17.46 | 19.16 | 53.23 | - |
| YUV | 101.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 193 | 0.91 | 0.34 | 0 | 0.24 | 202.63 | 0.83 | 0.41 |
| Hex | 12 | 7F | C1 | 5B | 22 | 0 | 18 | CB | 53 | 29 |
| Octal | 22 | 177 | 301 | 133 | 42 | 0 | 30 | 313 | 123 | 51 |
| Binary | 10010 | 1111111 | 11000001 | 1011011 | 100010 | 0 | 11000 | 11001011 | 1010011 | 101001 |
Color Harmonies of #127FC1
Complementary color
Monochromatic Colors of #127FC1
Black with #127FC1
Text Example
Text Example
White with #127FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FC1; }
p { color: rgb(18,127,193); }
H1.HeaderClassName
{
color: #127FC1;
}
.AnyTagClassName
{
color: #127FC1;
}
</style>
background-color css
<style>
a { background-color: #127FC1; }
a { background-color: rgb(18,127,193); }
div.DivClassName
{
background-color: #127FC1;
}
.BgClassName
{
background-color: #127FC1;
}
</style>
border-color css
<style>
span { border-color: #127FC1; }
span { border-color: rgb(18,127,193); }
td.TdClassName
{
border-color: #127FC1;
}
.TagClassName
{
border-color: #127FC1;
}
</style>