#126587

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

Shades of Allports #126587

Tints of Allports #126587

Color information

#126587 (or 0x126587) is unknown color: approx Allports. HEX triplet: 12, 65 and 87. RGB value is (18,101,135). Sum of RGB (Red+Green+Blue) = 18+101+135=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #126587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126587 is #ED9A78. Grayscale: #4F4F4F. Windows color (decimal): -15571577 or 8873234. OLE color: 8873234.

HSL color Cylindrical-coordinate representation of color #126587: hue angle of 197.44º 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 #126587 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB18101135-
CMYK0.870.2500.47
HSL197.44º76.47%30%-
HSV(B)197.44º86.67%52.94%-
XYZ9.2811.1924.59-
YUV80.0615983.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=7.09%
G=39.76%
B=53.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181011350.870.2500.47197.4476.4730
Hex126587571902Fc54c1e
Octal221452071273105730511436
Binary10010110010110000111101011111001010111111000101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126587; }

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

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

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

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

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

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

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

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