#126382

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

Shades of Allports #126382

Tints of Allports #126382

Color information

#126382 (or 0x126382) is unknown color: approx Allports. HEX triplet: 12, 63 and 82. RGB value is (18,99,130). Sum of RGB (Red+Green+Blue) = 18+99+130=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #126382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126382 is #ED9C7D. Grayscale: #4E4E4E. Windows color (decimal): -15572094 or 8545042. OLE color: 8545042.

HSL color Cylindrical-coordinate representation of color #126382: hue angle of 196.61º 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 #126382 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1899130-
CMYK0.860.2400.49
HSL196.61º75.68%29.02%-
HSV(B)196.61º86.15%50.98%-
XYZ8.7410.6622.72-
YUV78.32157.1684.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=7.29%
G=40.08%
B=52.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18991300.860.2400.49196.6175.6829.02
Hex1263825618031c54c1d
Octal221432021263006130511435
Binary10010110001110000010101011011000011000111000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126382; }

 p { color: rgb(18,99,130); }

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

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

 a { background-color: rgb(18,99,130); }

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

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

 span { border-color: rgb(18,99,130); }

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