#127EA9

Color #127EA9 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #127EA9

Tints of Cerulean #127EA9

Color information

#127EA9 (or 0x127EA9) is unknown color: approx Cerulean. HEX triplet: 12, 7E and A9. RGB value is (18,126,169). Sum of RGB (Red+Green+Blue) = 18+126+169=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #127EA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EA9 is #ED8156. Grayscale: #626262. Windows color (decimal): -15565143 or 11107858. OLE color: 11107858.

HSL color Cylindrical-coordinate representation of color #127EA9: hue angle of 197.09º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127EA9 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18126169-
CMYK0.890.2500.34
HSL197.09º80.75%36.67%-
HSV(B)197.09º89.35%66.27%-
XYZ14.8717.9140.21-
YUV98.61167.7270.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.75%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=5.75%
G=40.26%
B=53.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181261690.890.2500.34197.0980.7536.67
Hex127EA95919022c55125
Octal221762511313104230512145
Binary100101111110101010011011001110010100010110001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127EA9; }

 p { color: rgb(18,126,169); }

 H1.HeaderClassName
 {
   color: #127EA9;
 }
 .AnyTagClassName
 {
   color: #127EA9;
 }
</style>
background-color css

<style>
 a { background-color: #127EA9; }

 a { background-color: rgb(18,126,169); }

 div.DivClassName
 {
   background-color: #127EA9;
 }
 .BgClassName
 {
   background-color: #127EA9;
 }
</style>
border-color css

<style>
 span { border-color: #127EA9; }

 span { border-color: rgb(18,126,169); }

 td.TdClassName
 {
   border-color: #127EA9;
 }
 .TagClassName
 {
   border-color: #127EA9;
 }
</style>