Html Css Color HEX #127A90 Eastern Blue

📋 copy color: '#127A90'

red 18 ◦ green 122 ◦ blue 144

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

Shades of Eastern Blue #127A90

Tints of Eastern Blue #127A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.96%

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

R = 6.34%
G = 42.96%
B = 50.7%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127A90 (or 0x127A90) is known color: Eastern Blue. HEX triplet: 12, 7A and 90. RGB value is (18,122,144). Sum of RGB (Red+Green+Blue) = 18+122+144=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #127A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A90 is #ED856F. Grayscale: #5D5D5D. Windows color (decimal): -15566192 or 9468434. OLE color: 9468434.

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

Color convert

RGB 18 122 144 -
CMYK 0.88 0.15 0 0.44
HSL 190.48º 0.78% 0.32% -
HSV(B) 190.48º 0.88% 0.56% -
XYZ 12.24 16.06 28.84 -
YUV 93.41 156.54 74.21 -
System Red Green Blue C M Y K H S L
Decimal 18 122 144 0.88 0.15 0 0.44 190.48 0.78 0.32
Hex 12 7A 90 58 F 0 2C BE 4E 20
Octal 22 172 220 130 17 0 54 276 116 40
Binary 10010 1111010 10010000 1011000 1111 0 101100 10111110 1001110 100000

Color Harmonies of #127A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A90

Black with #127A90

Text Example


Text Example

White with #127A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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