#127F95

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

Shades of Eastern Blue #127F95

Tints of Eastern Blue #127F95

Color information

#127F95 (or 0x127F95) is unknown color: approx Eastern Blue. HEX triplet: 12, 7F and 95. RGB value is (18,127,149). Sum of RGB (Red+Green+Blue) = 18+127+149=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #127F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F95 is #ED806A. Grayscale: #606060. Windows color (decimal): -15564907 or 9797394. OLE color: 9797394.

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

Color convert

RGB18127149-
CMYK0.880.1500.42
HSL190.08º78.44%32.75%-
HSV(B)190.08º87.92%58.43%-
XYZ13.2617.4831.11-
YUV96.92157.3971.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=6.12%
G=43.20%
B=50.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181271490.880.1500.42190.0878.4432.75
Hex127F9558F02Abe4e21
Octal221772251301705227611641
Binary10010111111110010101101100011110101010101111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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