Html Css Color HEX #127F90 Eastern Blue

📋 copy color: '#127F90'

red 18 ◦ green 127 ◦ blue 144

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

Shades of Eastern Blue #127F90

Tints of Eastern Blue #127F90

RGB

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

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

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

R = 6.23%
G = 43.94%
B = 49.83%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127F90 (or 0x127F90) is known color: Eastern Blue. HEX triplet: 12, 7F and 90. RGB value is (18,127,144). Sum of RGB (Red+Green+Blue) = 18+127+144=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #127F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F90 is #ED806F. Grayscale: #606060. Windows color (decimal): -15564912 or 9469714. OLE color: 9469714.

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

Color convert

RGB 18 127 144 -
CMYK 0.88 0.12 0 0.44
HSL 188.1º 0.78% 0.32% -
HSV(B) 188.1º 0.88% 0.56% -
XYZ 12.87 17.32 29.05 -
YUV 96.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 18 127 144 0.88 0.12 0 0.44 188.1 0.78 0.32
Hex 12 7F 90 58 C 0 2C BC 4E 20
Octal 22 177 220 130 14 0 54 274 116 40
Binary 10010 1111111 10010000 1011000 1100 0 101100 10111100 1001110 100000

Color Harmonies of #127F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F90

Black with #127F90

Text Example


Text Example

White with #127F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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