Shades of Cerulean #127AB8
Tints of Cerulean #127AB8
RGB
CMYK
RGB Variations
Color information
#127AB8 (or 0x127AB8) is known color: Cerulean. HEX triplet: 12, 7A and B8. RGB value is (18,122,184). Sum of RGB (Red+Green+Blue) = 18+122+184=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #127AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB8 is #ED8547. Grayscale: #616161. Windows color (decimal): -15566152 or 12089874. OLE color: 12089874.
HSL color Cylindrical-coordinate representation of color #127AB8: hue angle of 202.41º 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 #127AB8 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 122 | 184 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.28 |
| HSL | 202.41º | 0.82% | 0.4% | - |
| HSV(B) | 202.41º | 0.9% | 0.72% | - |
| XYZ | 15.86 | 17.51 | 47.89 | - |
| YUV | 97.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 184 | 0.90 | 0.34 | 0 | 0.28 | 202.41 | 0.82 | 0.4 |
| Hex | 12 | 7A | B8 | 5A | 22 | 0 | 1C | CA | 52 | 28 |
| Octal | 22 | 172 | 270 | 132 | 42 | 0 | 34 | 312 | 122 | 50 |
| Binary | 10010 | 1111010 | 10111000 | 1011010 | 100010 | 0 | 11100 | 11001010 | 1010010 | 101000 |
Color Harmonies of #127AB8
Complementary color
Monochromatic Colors of #127AB8
Black with #127AB8
Text Example
Text Example
White with #127AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AB8; }
p { color: rgb(18,122,184); }
H1.HeaderClassName
{
color: #127AB8;
}
.AnyTagClassName
{
color: #127AB8;
}
</style>
background-color css
<style>
a { background-color: #127AB8; }
a { background-color: rgb(18,122,184); }
div.DivClassName
{
background-color: #127AB8;
}
.BgClassName
{
background-color: #127AB8;
}
</style>
border-color css
<style>
span { border-color: #127AB8; }
span { border-color: rgb(18,122,184); }
td.TdClassName
{
border-color: #127AB8;
}
.TagClassName
{
border-color: #127AB8;
}
</style>