Html Css Color HEX #127190 Allports

📋 copy color: '#127190'

red 18 ◦ green 113 ◦ blue 144

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

Shades of Allports #127190

Tints of Allports #127190

RGB

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

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

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

R = 6.55%
G = 41.09%
B = 52.36%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127190 (or 0x127190) is known color: Allports. HEX triplet: 12, 71 and 90. RGB value is (18,113,144). Sum of RGB (Red+Green+Blue) = 18+113+144=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #127190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127190 is #ED8E6F. Grayscale: #575757. Windows color (decimal): -15568496 or 9466130. OLE color: 9466130.

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

Color convert

RGB 18 113 144 -
CMYK 0.88 0.22 0 0.44
HSL 194.76º 0.78% 0.32% -
HSV(B) 194.76º 0.88% 0.56% -
XYZ 11.19 13.95 28.49 -
YUV 88.13 159.53 77.98 -
System Red Green Blue C M Y K H S L
Decimal 18 113 144 0.88 0.22 0 0.44 194.76 0.78 0.32
Hex 12 71 90 58 16 0 2C C3 4E 20
Octal 22 161 220 130 26 0 54 303 116 40
Binary 10010 1110001 10010000 1011000 10110 0 101100 11000011 1001110 100000

Color Harmonies of #127190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127190

Black with #127190

Text Example


Text Example

White with #127190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127190; }

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

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

background-color css

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

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

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

border-color css

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

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

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