Shades of Cerulean #127CAF
Tints of Cerulean #127CAF
RGB
CMYK
RGB Variations
Color information
#127CAF (or 0x127CAF) is known color: Cerulean. HEX triplet: 12, 7C and AF. RGB value is (18,124,175). Sum of RGB (Red+Green+Blue) = 18+124+175=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #127CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CAF is #ED8350. Grayscale: #616161. Windows color (decimal): -15565649 or 11500562. OLE color: 11500562.
HSL color Cylindrical-coordinate representation of color #127CAF: hue angle of 199.49º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CAF is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 124 | 175 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.31 |
| HSL | 199.49º | 0.81% | 0.38% | - |
| HSV(B) | 199.49º | 0.9% | 0.69% | - |
| XYZ | 15.19 | 17.64 | 43.16 | - |
| YUV | 98.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 175 | 0.90 | 0.29 | 0 | 0.31 | 199.49 | 0.81 | 0.38 |
| Hex | 12 | 7C | AF | 5A | 1D | 0 | 1F | C7 | 51 | 26 |
| Octal | 22 | 174 | 257 | 132 | 35 | 0 | 37 | 307 | 121 | 46 |
| Binary | 10010 | 1111100 | 10101111 | 1011010 | 11101 | 0 | 11111 | 11000111 | 1010001 | 100110 |
Color Harmonies of #127CAF
Complementary color
Monochromatic Colors of #127CAF
Black with #127CAF
Text Example
Text Example
White with #127CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CAF; }
p { color: rgb(18,124,175); }
H1.HeaderClassName
{
color: #127CAF;
}
.AnyTagClassName
{
color: #127CAF;
}
</style>
background-color css
<style>
a { background-color: #127CAF; }
a { background-color: rgb(18,124,175); }
div.DivClassName
{
background-color: #127CAF;
}
.BgClassName
{
background-color: #127CAF;
}
</style>
border-color css
<style>
span { border-color: #127CAF; }
span { border-color: rgb(18,124,175); }
td.TdClassName
{
border-color: #127CAF;
}
.TagClassName
{
border-color: #127CAF;
}
</style>