#126680

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

Shades of Allports #126680

Tints of Allports #126680

Color information

#126680 (or 0x126680) is unknown color: approx Allports. HEX triplet: 12, 66 and 80. RGB value is (18,102,128). Sum of RGB (Red+Green+Blue) = 18+102+128=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #126680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126680 is #ED997F. Grayscale: #4F4F4F. Windows color (decimal): -15571328 or 8414738. OLE color: 8414738.

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

Color convert

RGB18102128-
CMYK0.860.2000.50
HSL194.18º75.34%28.63%-
HSV(B)194.18º85.94%50.2%-
XYZ8.911.1922.11-
YUV79.85155.1783.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=7.26%
G=41.13%
B=51.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181021280.860.2000.50194.1875.3428.63
Hex1266805614032c24b1d
Octal221462001262406230211335
Binary10010110011010000000101011010100011001011000010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126680; }

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

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

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

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

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

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

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

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