#127F9E

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

Shades of Eastern Blue #127F9E

Tints of Eastern Blue #127F9E

Color information

#127F9E (or 0x127F9E) is unknown color: approx Eastern Blue. HEX triplet: 12, 7F and 9E. RGB value is (18,127,158). Sum of RGB (Red+Green+Blue) = 18+127+158=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #127F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F9E is #ED8061. Grayscale: #616161. Windows color (decimal): -15564898 or 10387218. OLE color: 10387218.

HSL color Cylindrical-coordinate representation of color #127F9E: hue angle of 193.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127F9E is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18127158-
CMYK0.890.2000.38
HSL193.29º79.55%34.51%-
HSV(B)193.29º88.61%61.96%-
XYZ14.0117.7835.04-
YUV97.94161.8970.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=5.94%
G=41.91%
B=52.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181271580.890.2000.38193.2979.5534.51
Hex127F9E5914026c15023
Octal221772361312404630112043
Binary100101111111100111101011001101000100110110000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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