Shades of Cerulean #127AB3
Tints of Cerulean #127AB3
RGB
CMYK
RGB Variations
Color information
#127AB3 (or 0x127AB3) is known color: Cerulean. HEX triplet: 12, 7A and B3. RGB value is (18,122,179). Sum of RGB (Red+Green+Blue) = 18+122+179=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #127AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB3 is #ED854C. Grayscale: #616161. Windows color (decimal): -15566157 or 11762194. OLE color: 11762194.
HSL color Cylindrical-coordinate representation of color #127AB3: hue angle of 201.24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB3 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 122 | 179 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.30 |
| HSL | 201.24º | 0.82% | 0.39% | - |
| HSV(B) | 201.24º | 0.9% | 0.7% | - |
| XYZ | 15.35 | 17.3 | 45.18 | - |
| YUV | 97.4 | 174.04 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 179 | 0.90 | 0.32 | 0 | 0.30 | 201.24 | 0.82 | 0.39 |
| Hex | 12 | 7A | B3 | 5A | 20 | 0 | 1E | C9 | 52 | 27 |
| Octal | 22 | 172 | 263 | 132 | 40 | 0 | 36 | 311 | 122 | 47 |
| Binary | 10010 | 1111010 | 10110011 | 1011010 | 100000 | 0 | 11110 | 11001001 | 1010010 | 100111 |
Color Harmonies of #127AB3
Complementary color
Monochromatic Colors of #127AB3
Black with #127AB3
Text Example
Text Example
White with #127AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AB3; }
p { color: rgb(18,122,179); }
H1.HeaderClassName
{
color: #127AB3;
}
.AnyTagClassName
{
color: #127AB3;
}
</style>
background-color css
<style>
a { background-color: #127AB3; }
a { background-color: rgb(18,122,179); }
div.DivClassName
{
background-color: #127AB3;
}
.BgClassName
{
background-color: #127AB3;
}
</style>
border-color css
<style>
span { border-color: #127AB3; }
span { border-color: rgb(18,122,179); }
td.TdClassName
{
border-color: #127AB3;
}
.TagClassName
{
border-color: #127AB3;
}
</style>