Html Css Color HEX #127590 Allports

📋 copy color: '#127590'

red 18 ◦ green 117 ◦ blue 144

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

Shades of Allports #127590

Tints of Allports #127590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

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

R = 6.45%
G = 41.94%
B = 51.61%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127590 (or 0x127590) is known color: Allports. HEX triplet: 12, 75 and 90. RGB value is (18,117,144). Sum of RGB (Red+Green+Blue) = 18+117+144=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #127590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127590 is #ED8A6F. Grayscale: #5A5A5A. Windows color (decimal): -15567472 or 9467154. OLE color: 9467154.

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

Color convert

RGB 18 117 144 -
CMYK 0.88 0.19 0 0.44
HSL 192.86º 0.78% 0.32% -
HSV(B) 192.86º 0.88% 0.56% -
XYZ 11.64 14.86 28.64 -
YUV 90.48 158.2 76.3 -
System Red Green Blue C M Y K H S L
Decimal 18 117 144 0.88 0.19 0 0.44 192.86 0.78 0.32
Hex 12 75 90 58 13 0 2C C1 4E 20
Octal 22 165 220 130 23 0 54 301 116 40
Binary 10010 1110101 10010000 1011000 10011 0 101100 11000001 1001110 100000

Color Harmonies of #127590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127590

Black with #127590

Text Example


Text Example

White with #127590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127590; }

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

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

background-color css

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

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

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

border-color css

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

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

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