#127590

Color #127590 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #127590

Tints of Allports #127590

Color information

#127590 (or 0x127590) is unknown color: approx 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

RGB18117144-
CMYK0.880.1900.44
HSL192.86º77.78%31.76%-
HSV(B)192.86º87.5%56.47%-
XYZ11.6414.8628.64-
YUV90.48158.276.3-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181171440.880.1900.44192.8677.7831.76
Hex127590581302Cc14e20
Octal221652201302305430111640
Binary100101110101100100001011000100110101100110000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>