#127A91

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

Shades of Eastern Blue #127A91

Tints of Eastern Blue #127A91

Color information

#127A91 (or 0x127A91) is unknown color: approx Eastern Blue. HEX triplet: 12, 7A and 91. RGB value is (18,122,145). Sum of RGB (Red+Green+Blue) = 18+122+145=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #127A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A91 is #ED856E. Grayscale: #5D5D5D. Windows color (decimal): -15566191 or 9533970. OLE color: 9533970.

HSL color Cylindrical-coordinate representation of color #127A91: hue angle of 190.87º 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 #127A91 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18122145-
CMYK0.880.1600.43
HSL190.87º77.91%31.96%-
HSV(B)190.87º87.59%56.86%-
XYZ12.3216.0929.24-
YUV93.53157.0474.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 122 (48.05% from 255) = 42.81%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=6.32%
G=42.81%
B=50.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181221450.880.1600.43190.8777.9131.96
Hex127A91581002Bbf4e20
Octal221722211302005327711640
Binary100101111010100100011011000100000101011101111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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