Html Css Color HEX #127189 Allports

📋 copy color: '#127189'

red 18 ◦ green 113 ◦ blue 137

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

Shades of Allports #127189

Tints of Allports #127189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.16%

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

R = 6.72%
G = 42.16%
B = 51.12%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#127189 (or 0x127189) is known color: Allports. HEX triplet: 12, 71 and 89. RGB value is (18,113,137). Sum of RGB (Red+Green+Blue) = 18+113+137=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #127189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127189 is #ED8E76. Grayscale: #575757. Windows color (decimal): -15568503 or 9007378. OLE color: 9007378.

HSL color Cylindrical-coordinate representation of color #127189: hue angle of 192.1º 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 #127189 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 113 137 -
CMYK 0.87 0.18 0 0.46
HSL 192.1º 0.77% 0.3% -
HSV(B) 192.1º 0.87% 0.54% -
XYZ 10.67 13.75 25.76 -
YUV 87.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 18 113 137 0.87 0.18 0 0.46 192.1 0.77 0.3
Hex 12 71 89 57 12 0 2E C0 4D 1E
Octal 22 161 211 127 22 0 56 300 115 36
Binary 10010 1110001 10001001 1010111 10010 0 101110 11000000 1001101 11110

Color Harmonies of #127189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127189

Black with #127189

Text Example


Text Example

White with #127189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127189; }

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

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

background-color css

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

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

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

border-color css

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

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

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