Html Css Color HEX #127391 Allports

📋 copy color: '#127391'

red 18 ◦ green 115 ◦ blue 145

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

Shades of Allports #127391

Tints of Allports #127391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 6.47%
G = 41.37%
B = 52.16%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127391 (or 0x127391) is known color: Allports. HEX triplet: 12, 73 and 91. RGB value is (18,115,145). Sum of RGB (Red+Green+Blue) = 18+115+145=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #127391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127391 is #ED8C6E. Grayscale: #595959. Windows color (decimal): -15567983 or 9532178. OLE color: 9532178.

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

Color convert

RGB 18 115 145 -
CMYK 0.88 0.21 0 0.43
HSL 194.17º 0.78% 0.32% -
HSV(B) 194.17º 0.88% 0.57% -
XYZ 11.49 14.43 28.97 -
YUV 89.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 18 115 145 0.88 0.21 0 0.43 194.17 0.78 0.32
Hex 12 73 91 58 15 0 2B C2 4E 20
Octal 22 163 221 130 25 0 53 302 116 40
Binary 10010 1110011 10010001 1011000 10101 0 101011 11000010 1001110 100000

Color Harmonies of #127391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127391

Black with #127391

Text Example


Text Example

White with #127391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127391; }

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

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

background-color css

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

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

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

border-color css

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

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

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