Html Css Color HEX #127B90 Eastern Blue

📋 copy color: '#127B90'

red 18 ◦ green 123 ◦ blue 144

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

Shades of Eastern Blue #127B90

Tints of Eastern Blue #127B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.16%

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

R = 6.32%
G = 43.16%
B = 50.53%

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

#127B90 (or 0x127B90) is known color: Eastern Blue. HEX triplet: 12, 7B and 90. RGB value is (18,123,144). Sum of RGB (Red+Green+Blue) = 18+123+144=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #127B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B90 is #ED846F. Grayscale: #5D5D5D. Windows color (decimal): -15565936 or 9468690. OLE color: 9468690.

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

Color convert

RGB 18 123 144 -
CMYK 0.88 0.15 0 0.44
HSL 190º 0.78% 0.32% -
HSV(B) 190º 0.88% 0.56% -
XYZ 12.37 16.31 28.88 -
YUV 94 156.21 73.79 -
System Red Green Blue C M Y K H S L
Decimal 18 123 144 0.88 0.15 0 0.44 190 0.78 0.32
Hex 12 7B 90 58 F 0 2C BE 4E 20
Octal 22 173 220 130 17 0 54 276 116 40
Binary 10010 1111011 10010000 1011000 1111 0 101100 10111110 1001110 100000

Color Harmonies of #127B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B90

Black with #127B90

Text Example


Text Example

White with #127B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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