Shades of Cerulean #127BA3
Tints of Cerulean #127BA3
RGB
CMYK
RGB Variations
Color information
#127BA3 (or 0x127BA3) is known color: Cerulean. HEX triplet: 12, 7B and A3. RGB value is (18,123,163). Sum of RGB (Red+Green+Blue) = 18+123+163=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #127BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127BA3 is #ED845C. Grayscale: #5F5F5F. Windows color (decimal): -15565917 or 10713874. OLE color: 10713874.
HSL color Cylindrical-coordinate representation of color #127BA3: hue angle of 196.55º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127BA3 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 123 | 163 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.36 |
| HSL | 196.55º | 0.8% | 0.35% | - |
| HSV(B) | 196.55º | 0.89% | 0.64% | - |
| XYZ | 13.94 | 16.94 | 37.18 | - |
| YUV | 96.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 163 | 0.89 | 0.25 | 0 | 0.36 | 196.55 | 0.8 | 0.35 |
| Hex | 12 | 7B | A3 | 59 | 19 | 0 | 24 | C5 | 50 | 23 |
| Octal | 22 | 173 | 243 | 131 | 31 | 0 | 44 | 305 | 120 | 43 |
| Binary | 10010 | 1111011 | 10100011 | 1011001 | 11001 | 0 | 100100 | 11000101 | 1010000 | 100011 |
Color Harmonies of #127BA3
Complementary color
Monochromatic Colors of #127BA3
Black with #127BA3
Text Example
Text Example
White with #127BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BA3; }
p { color: rgb(18,123,163); }
H1.HeaderClassName
{
color: #127BA3;
}
.AnyTagClassName
{
color: #127BA3;
}
</style>
background-color css
<style>
a { background-color: #127BA3; }
a { background-color: rgb(18,123,163); }
div.DivClassName
{
background-color: #127BA3;
}
.BgClassName
{
background-color: #127BA3;
}
</style>
border-color css
<style>
span { border-color: #127BA3; }
span { border-color: rgb(18,123,163); }
td.TdClassName
{
border-color: #127BA3;
}
.TagClassName
{
border-color: #127BA3;
}
</style>