#127C95

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

Shades of Eastern Blue #127C95

Tints of Eastern Blue #127C95

Color information

#127C95 (or 0x127C95) is unknown color: approx Eastern Blue. HEX triplet: 12, 7C and 95. RGB value is (18,124,149). Sum of RGB (Red+Green+Blue) = 18+124+149=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #127C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C95 is #ED836A. Grayscale: #5E5E5E. Windows color (decimal): -15565675 or 9796626. OLE color: 9796626.

HSL color Cylindrical-coordinate representation of color #127C95: hue angle of 191.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C95 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18124149-
CMYK0.880.1700.42
HSL191.45º78.44%32.75%-
HSV(B)191.45º87.92%58.43%-
XYZ12.8816.7130.98-
YUV95.16158.3872.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=6.19%
G=42.61%
B=51.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181241490.880.1700.42191.4578.4432.75
Hex127C95581102Abf4e21
Octal221742251302105227711641
Binary100101111100100101011011000100010101010101111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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