Html Css Color HEX #127C90 Eastern Blue

📋 copy color: '#127C90'

red 18 ◦ green 124 ◦ blue 144

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

Shades of Eastern Blue #127C90

Tints of Eastern Blue #127C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

 BLUE value IS 144 (56.64% from 255) = 50.35%

R = 6.29%
G = 43.36%
B = 50.35%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127C90 (or 0x127C90) is known color: Eastern Blue. HEX triplet: 12, 7C and 90. RGB value is (18,124,144). Sum of RGB (Red+Green+Blue) = 18+124+144=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #127C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C90 is #ED836F. Grayscale: #5E5E5E. Windows color (decimal): -15565680 or 9468946. OLE color: 9468946.

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

Color convert

RGB 18 124 144 -
CMYK 0.88 0.14 0 0.44
HSL 189.52º 0.78% 0.32% -
HSV(B) 189.52º 0.88% 0.56% -
XYZ 12.49 16.56 28.92 -
YUV 94.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 18 124 144 0.88 0.14 0 0.44 189.52 0.78 0.32
Hex 12 7C 90 58 E 0 2C BE 4E 20
Octal 22 174 220 130 16 0 54 276 116 40
Binary 10010 1111100 10010000 1011000 1110 0 101100 10111110 1001110 100000

Color Harmonies of #127C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C90

Black with #127C90

Text Example


Text Example

White with #127C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,144); }

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

background-color css

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

 a { background-color: rgb(18,124,144); }

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

border-color css

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

 span { border-color: rgb(18,124,144); }

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