#127D95

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

Shades of Eastern Blue #127D95

Tints of Eastern Blue #127D95

Color information

#127D95 (or 0x127D95) is unknown color: approx Eastern Blue. HEX triplet: 12, 7D and 95. RGB value is (18,125,149). Sum of RGB (Red+Green+Blue) = 18+125+149=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #127D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D95 is #ED826A. Grayscale: #5F5F5F. Windows color (decimal): -15565419 or 9796882. OLE color: 9796882.

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

Color convert

RGB18125149-
CMYK0.880.1600.42
HSL190.99º78.44%32.75%-
HSV(B)190.99º87.92%58.43%-
XYZ13.0116.9731.02-
YUV95.74158.0572.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=6.16%
G=42.81%
B=51.03%

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
Decimal181251490.880.1600.42190.9978.4432.75
Hex127D95581002Abf4e21
Octal221752251302005227711641
Binary100101111101100101011011000100000101010101111111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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