#126880

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

Shades of Allports #126880

Tints of Allports #126880

Color information

#126880 (or 0x126880) is unknown color: approx Allports. HEX triplet: 12, 68 and 80. RGB value is (18,104,128). Sum of RGB (Red+Green+Blue) = 18+104+128=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #126880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126880 is #ED977F. Grayscale: #505050. Windows color (decimal): -15570816 or 8415250. OLE color: 8415250.

HSL color Cylindrical-coordinate representation of color #126880: hue angle of 193.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126880 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18104128-
CMYK0.860.1900.50
HSL193.09º75.34%28.63%-
HSV(B)193.09º85.94%50.2%-
XYZ9.111.5922.18-
YUV81.02154.5183.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=7.2%
G=41.6%
B=51.2%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181041280.860.1900.50193.0975.3428.63
Hex1268805613032c14b1d
Octal221502001262306230111335
Binary10010110100010000000101011010011011001011000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126880; }

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

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

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

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

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

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

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

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