#126890

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

Shades of Allports #126890

Tints of Allports #126890

Color information

#126890 (or 0x126890) is unknown color: approx Allports. HEX triplet: 12, 68 and 90. RGB value is (18,104,144). Sum of RGB (Red+Green+Blue) = 18+104+144=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #126890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126890 is #ED976F. Grayscale: #525252. Windows color (decimal): -15570800 or 9463826. OLE color: 9463826.

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

Color convert

RGB18104144-
CMYK0.880.2800.44
HSL199.05º77.78%31.76%-
HSV(B)199.05º87.5%56.47%-
XYZ10.2312.0428.17-
YUV82.85162.5181.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=6.77%
G=39.10%
B=54.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181041440.880.2800.44199.0577.7831.76
Hex126890581C02Cc74e20
Octal221502201303405430711640
Binary100101101000100100001011000111000101100110001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126890; }

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

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

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

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

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

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

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

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