Html Css Color HEX #127E95 Eastern Blue

📋 copy color: '#127E95'

red 18 ◦ green 126 ◦ blue 149

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

Shades of Eastern Blue #127E95

Tints of Eastern Blue #127E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43%

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 6.14%
G = 43%
B = 50.85%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127E95 (or 0x127E95) is known color: Eastern Blue. HEX triplet: 12, 7E and 95. RGB value is (18,126,149). Sum of RGB (Red+Green+Blue) = 18+126+149=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #127E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E95 is #ED816A. Grayscale: #606060. Windows color (decimal): -15565163 or 9797138. OLE color: 9797138.

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

Color convert

RGB 18 126 149 -
CMYK 0.88 0.15 0 0.42
HSL 190.53º 0.78% 0.33% -
HSV(B) 190.53º 0.88% 0.58% -
XYZ 13.14 17.22 31.07 -
YUV 96.33 157.72 72.13 -
System Red Green Blue C M Y K H S L
Decimal 18 126 149 0.88 0.15 0 0.42 190.53 0.78 0.33
Hex 12 7E 95 58 F 0 2A BF 4E 21
Octal 22 176 225 130 17 0 52 277 116 41
Binary 10010 1111110 10010101 1011000 1111 0 101010 10111111 1001110 100001

Color Harmonies of #127E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E95

Black with #127E95

Text Example


Text Example

White with #127E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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