#127D94

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

Shades of Eastern Blue #127D94

Tints of Eastern Blue #127D94

Color information

#127D94 (or 0x127D94) is unknown color: approx Eastern Blue. HEX triplet: 12, 7D and 94. RGB value is (18,125,148). Sum of RGB (Red+Green+Blue) = 18+125+148=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #127D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D94 is #ED826B. Grayscale: #5F5F5F. Windows color (decimal): -15565420 or 9731346. OLE color: 9731346.

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

Color convert

RGB18125148-
CMYK0.880.1600.42
HSL190.62º78.31%32.55%-
HSV(B)190.62º87.84%58.04%-
XYZ12.9316.9330.6-
YUV95.63157.5572.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 125 (49.22% from 255) = 42.96%
BLUE value IS 148 (58.20% from 255) = 50.86%
R=6.19%
G=42.96%
B=50.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181251480.880.1600.42190.6278.3132.55
Hex127D94581002Abf4e21
Octal221752241302005227711641
Binary100101111101100101001011000100000101010101111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,148); }

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

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

 a { background-color: rgb(18,125,148); }

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

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

 span { border-color: rgb(18,125,148); }

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