Shades of Cerulean #127FBB
Tints of Cerulean #127FBB
RGB
CMYK
RGB Variations
Color information
#127FBB (or 0x127FBB) is known color: Cerulean. HEX triplet: 12, 7F and BB. RGB value is (18,127,187). Sum of RGB (Red+Green+Blue) = 18+127+187=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #127FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FBB is #ED8044. Grayscale: #646464. Windows color (decimal): -15564869 or 12287762. OLE color: 12287762.
HSL color Cylindrical-coordinate representation of color #127FBB: hue angle of 201.3º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FBB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 127 | 187 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.27 |
| HSL | 201.3º | 0.82% | 0.4% | - |
| HSV(B) | 201.3º | 0.9% | 0.73% | - |
| XYZ | 16.81 | 18.9 | 49.77 | - |
| YUV | 101.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 187 | 0.90 | 0.32 | 0 | 0.27 | 201.3 | 0.82 | 0.4 |
| Hex | 12 | 7F | BB | 5A | 20 | 0 | 1B | C9 | 52 | 28 |
| Octal | 22 | 177 | 273 | 132 | 40 | 0 | 33 | 311 | 122 | 50 |
| Binary | 10010 | 1111111 | 10111011 | 1011010 | 100000 | 0 | 11011 | 11001001 | 1010010 | 101000 |
Color Harmonies of #127FBB
Complementary color
Monochromatic Colors of #127FBB
Black with #127FBB
Text Example
Text Example
White with #127FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FBB; }
p { color: rgb(18,127,187); }
H1.HeaderClassName
{
color: #127FBB;
}
.AnyTagClassName
{
color: #127FBB;
}
</style>
background-color css
<style>
a { background-color: #127FBB; }
a { background-color: rgb(18,127,187); }
div.DivClassName
{
background-color: #127FBB;
}
.BgClassName
{
background-color: #127FBB;
}
</style>
border-color css
<style>
span { border-color: #127FBB; }
span { border-color: rgb(18,127,187); }
td.TdClassName
{
border-color: #127FBB;
}
.TagClassName
{
border-color: #127FBB;
}
</style>