#126882

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

Shades of Allports #126882

Tints of Allports #126882

Color information

#126882 (or 0x126882) is unknown color: approx Allports. HEX triplet: 12, 68 and 82. RGB value is (18,104,130). Sum of RGB (Red+Green+Blue) = 18+104+130=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #126882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126882 is #ED977D. Grayscale: #515151. Windows color (decimal): -15570814 or 8546322. OLE color: 8546322.

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

Color convert

RGB18104130-
CMYK0.860.200.49
HSL193.93º75.68%29.02%-
HSV(B)193.93º86.15%50.98%-
XYZ9.2311.6422.88-
YUV81.25155.5182.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=7.14%
G=41.27%
B=51.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181041300.860.200.49193.9375.6829.02
Hex1268825614031c24c1d
Octal221502021262406130211435
Binary10010110100010000010101011010100011000111000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126882; }

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

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

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

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

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

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

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

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