#127583

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

Shades of Allports #127583

Tints of Allports #127583

Color information

#127583 (or 0x127583) is unknown color: approx Allports. HEX triplet: 12, 75 and 83. RGB value is (18,117,131). Sum of RGB (Red+Green+Blue) = 18+117+131=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #127583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127583 is #ED8A7C. Grayscale: #585858. Windows color (decimal): -15567485 or 8615186. OLE color: 8615186.

HSL color Cylindrical-coordinate representation of color #127583: hue angle of 187.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127583 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB18117131-
CMYK0.860.1100.49
HSL187.43º75.84%29.22%-
HSV(B)187.43º86.26%51.37%-
XYZ10.7114.4923.71-
YUV89151.777.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=6.77%
G=43.98%
B=49.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181171310.860.1100.49187.4375.8429.22
Hex12758356B031bb4c1d
Octal221652031261306127311435
Binary1001011101011000001110101101011011000110111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127583; }

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

 H1.HeaderClassName
 {
   color: #127583;
 }
 .AnyTagClassName
 {
   color: #127583;
 }
</style>
background-color css

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

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

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

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

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

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