Html Css Color HEX #127191 Allports

📋 copy color: '#127191'

red 18 ◦ green 113 ◦ blue 145

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

Shades of Allports #127191

Tints of Allports #127191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 6.52%
G = 40.94%
B = 52.54%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127191 (or 0x127191) is known color: Allports. HEX triplet: 12, 71 and 91. RGB value is (18,113,145). Sum of RGB (Red+Green+Blue) = 18+113+145=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #127191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127191 is #ED8E6E. Grayscale: #585858. Windows color (decimal): -15568495 or 9531666. OLE color: 9531666.

HSL color Cylindrical-coordinate representation of color #127191: hue angle of 195.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127191 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 113 145 -
CMYK 0.88 0.22 0 0.43
HSL 195.12º 0.78% 0.32% -
HSV(B) 195.12º 0.88% 0.57% -
XYZ 11.27 13.98 28.89 -
YUV 88.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 18 113 145 0.88 0.22 0 0.43 195.12 0.78 0.32
Hex 12 71 91 58 16 0 2B C3 4E 20
Octal 22 161 221 130 26 0 53 303 116 40
Binary 10010 1110001 10010001 1011000 10110 0 101011 11000011 1001110 100000

Color Harmonies of #127191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127191

Black with #127191

Text Example


Text Example

White with #127191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127191; }

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

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

background-color css

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

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

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

border-color css

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

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

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