#126376

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

Shades of Allports #126376

Tints of Allports #126376

Color information

#126376 (or 0x126376) is unknown color: approx Allports. HEX triplet: 12, 63 and 76. RGB value is (18,99,118). Sum of RGB (Red+Green+Blue) = 18+99+118=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #126376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126376 is #ED9C89. Grayscale: #4C4C4C. Windows color (decimal): -15572106 or 7758610. OLE color: 7758610.

HSL color Cylindrical-coordinate representation of color #126376: hue angle of 191.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126376 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1899118-
CMYK0.850.1600.54
HSL191.4º73.53%26.67%-
HSV(B)191.4º84.75%46.27%-
XYZ7.9810.3618.72-
YUV76.95151.1685.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=7.66%
G=42.13%
B=50.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18991180.850.1600.54191.473.5326.67
Hex1263765510036bf4a1b
Octal221431661252006627711233
Binary1001011000111110110101010110000011011010111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126376; }

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

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

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

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

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

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

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

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