#127C91

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

Shades of Eastern Blue #127C91

Tints of Eastern Blue #127C91

Color information

#127C91 (or 0x127C91) is unknown color: approx Eastern Blue. HEX triplet: 12, 7C and 91. RGB value is (18,124,145). Sum of RGB (Red+Green+Blue) = 18+124+145=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #127C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C91 is #ED836E. Grayscale: #5E5E5E. Windows color (decimal): -15565679 or 9534482. OLE color: 9534482.

HSL color Cylindrical-coordinate representation of color #127C91: hue angle of 189.92º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C91 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18124145-
CMYK0.880.1400.43
HSL189.92º77.91%31.96%-
HSV(B)189.92º87.59%56.86%-
XYZ12.5716.5929.33-
YUV94.7156.3873.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 124 (48.83% from 255) = 43.21%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=6.27%
G=43.21%
B=50.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181241450.880.1400.43189.9277.9131.96
Hex127C9158E02Bbe4e20
Octal221742211301605327611640
Binary10010111110010010001101100011100101011101111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,124,145); }

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

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

 a { background-color: rgb(18,124,145); }

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

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

 span { border-color: rgb(18,124,145); }

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