Html Css Color HEX #127091 Allports

📋 copy color: '#127091'

red 18 ◦ green 112 ◦ blue 145

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

Shades of Allports #127091

Tints of Allports #127091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 6.55%
G = 40.73%
B = 52.73%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127091 (or 0x127091) is known color: Allports. HEX triplet: 12, 70 and 91. RGB value is (18,112,145). Sum of RGB (Red+Green+Blue) = 18+112+145=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #127091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127091 is #ED8F6E. Grayscale: #575757. Windows color (decimal): -15568751 or 9531410. OLE color: 9531410.

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

Color convert

RGB 18 112 145 -
CMYK 0.88 0.23 0 0.43
HSL 195.59º 0.78% 0.32% -
HSV(B) 195.59º 0.88% 0.57% -
XYZ 11.15 13.76 28.86 -
YUV 87.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 18 112 145 0.88 0.23 0 0.43 195.59 0.78 0.32
Hex 12 70 91 58 17 0 2B C4 4E 20
Octal 22 160 221 130 27 0 53 304 116 40
Binary 10010 1110000 10010001 1011000 10111 0 101011 11000100 1001110 100000

Color Harmonies of #127091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127091

Black with #127091

Text Example


Text Example

White with #127091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127091; }

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

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

background-color css

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

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

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

border-color css

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

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

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