Html Css Color HEX #127F91 Eastern Blue

📋 copy color: '#127F91'

red 18 ◦ green 127 ◦ blue 145

#127F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #127F91

Tints of Eastern Blue #127F91

RGB

 RED value IS 18 (7.42% from 255) = 6.21%

 GREEN value IS 127 (50% from 255) = 43.79%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 6.21%
G = 43.79%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127F91 (or 0x127F91) is known color: Eastern Blue. HEX triplet: 12, 7F and 91. RGB value is (18,127,145). Sum of RGB (Red+Green+Blue) = 18+127+145=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #127F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F91 is #ED806E. Grayscale: #606060. Windows color (decimal): -15564911 or 9535250. OLE color: 9535250.

HSL color Cylindrical-coordinate representation of color #127F91: hue angle of 188.5º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F91 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 127 145 -
CMYK 0.88 0.12 0 0.43
HSL 188.5º 0.78% 0.32% -
HSV(B) 188.5º 0.88% 0.57% -
XYZ 12.95 17.35 29.45 -
YUV 96.46 155.39 72.04 -
System Red Green Blue C M Y K H S L
Decimal 18 127 145 0.88 0.12 0 0.43 188.5 0.78 0.32
Hex 12 7F 91 58 C 0 2B BD 4E 20
Octal 22 177 221 130 14 0 53 275 116 40
Binary 10010 1111111 10010001 1011000 1100 0 101011 10111101 1001110 100000

Color Harmonies of #127F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F91

Black with #127F91

Text Example


Text Example

White with #127F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #127F91;
 }
 .AnyTagClassName
 {
   color: #127F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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