Html Css Color HEX #127E93 Eastern Blue

📋 copy color: '#127E93'

red 18 ◦ green 126 ◦ blue 147

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

Shades of Eastern Blue #127E93

Tints of Eastern Blue #127E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 6.19%
G = 43.3%
B = 50.52%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127E93 (or 0x127E93) is known color: Eastern Blue. HEX triplet: 12, 7E and 93. RGB value is (18,126,147). Sum of RGB (Red+Green+Blue) = 18+126+147=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #127E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E93 is #ED816C. Grayscale: #5F5F5F. Windows color (decimal): -15565165 or 9666066. OLE color: 9666066.

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

Color convert

RGB 18 126 147 -
CMYK 0.88 0.14 0 0.42
HSL 189.77º 0.78% 0.32% -
HSV(B) 189.77º 0.88% 0.58% -
XYZ 12.98 17.16 30.23 -
YUV 96.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 18 126 147 0.88 0.14 0 0.42 189.77 0.78 0.32
Hex 12 7E 93 58 E 0 2A BE 4E 20
Octal 22 176 223 130 16 0 52 276 116 40
Binary 10010 1111110 10010011 1011000 1110 0 101010 10111110 1001110 100000

Color Harmonies of #127E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127E93

Black with #127E93

Text Example


Text Example

White with #127E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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