#126487

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

Shades of Allports #126487

Tints of Allports #126487

Color information

#126487 (or 0x126487) is unknown color: approx Allports. HEX triplet: 12, 64 and 87. RGB value is (18,100,135). Sum of RGB (Red+Green+Blue) = 18+100+135=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #126487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126487 is #ED9B78. Grayscale: #4F4F4F. Windows color (decimal): -15571833 or 8872978. OLE color: 8872978.

HSL color Cylindrical-coordinate representation of color #126487: hue angle of 197.95º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126487 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18100135-
CMYK0.870.2600.47
HSL197.95º76.47%30%-
HSV(B)197.95º86.67%52.94%-
XYZ9.1810.9924.56-
YUV79.47159.3384.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=7.11%
G=39.53%
B=53.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181001350.870.2600.47197.9576.4730
Hex126487571A02Fc64c1e
Octal221442071273205730611436
Binary10010110010010000111101011111010010111111000110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126487; }

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

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

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

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

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

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

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

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