#126477

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

Shades of Allports #126477

Tints of Allports #126477

Color information

#126477 (or 0x126477) is unknown color: approx Allports. HEX triplet: 12, 64 and 77. RGB value is (18,100,119). Sum of RGB (Red+Green+Blue) = 18+100+119=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #126477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126477 is #ED9B88. Grayscale: #4D4D4D. Windows color (decimal): -15571849 or 7824402. OLE color: 7824402.

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

Color convert

RGB18100119-
CMYK0.850.1600.53
HSL191.29º73.72%26.86%-
HSV(B)191.29º84.87%46.67%-
XYZ8.1410.5719.07-
YUV77.65151.3385.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=7.59%
G=42.19%
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.53
SystemRedGreenBlueCMYKHSL
Decimal181001190.850.1600.53191.2973.7226.86
Hex1264775510035bf4a1b
Octal221441671252006527711233
Binary1001011001001110111101010110000011010110111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126477; }

 p { color: rgb(18,100,119); }

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

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

 a { background-color: rgb(18,100,119); }

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

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

 span { border-color: rgb(18,100,119); }

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