Html Css Color HEX #127689 Allports

📋 copy color: '#127689'

red 18 ◦ green 118 ◦ blue 137

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

Shades of Allports #127689

Tints of Allports #127689

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 6.59%
G = 43.22%
B = 50.18%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#127689 (or 0x127689) is known color: Allports. HEX triplet: 12, 76 and 89. RGB value is (18,118,137). Sum of RGB (Red+Green+Blue) = 18+118+137=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #127689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127689 is #ED8976. Grayscale: #5A5A5A. Windows color (decimal): -15567223 or 9008658. OLE color: 9008658.

HSL color Cylindrical-coordinate representation of color #127689: hue angle of 189.58º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127689 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 118 137 -
CMYK 0.87 0.14 0 0.46
HSL 189.58º 0.77% 0.3% -
HSV(B) 189.58º 0.87% 0.54% -
XYZ 11.24 14.89 25.95 -
YUV 90.27 154.37 76.46 -
System Red Green Blue C M Y K H S L
Decimal 18 118 137 0.87 0.14 0 0.46 189.58 0.77 0.3
Hex 12 76 89 57 E 0 2E BE 4D 1E
Octal 22 166 211 127 16 0 56 276 115 36
Binary 10010 1110110 10001001 1010111 1110 0 101110 10111110 1001101 11110

Color Harmonies of #127689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127689

Black with #127689

Text Example


Text Example

White with #127689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127689; }

 p { color: rgb(18,118,137); }

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

background-color css

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

 a { background-color: rgb(18,118,137); }

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

border-color css

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

 span { border-color: rgb(18,118,137); }

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