#126F87

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

Shades of Allports #126F87

Tints of Allports #126F87

Color information

#126F87 (or 0x126F87) is unknown color: approx Allports. HEX triplet: 12, 6F and 87. RGB value is (18,111,135). Sum of RGB (Red+Green+Blue) = 18+111+135=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #126F87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F87 is #ED9078. Grayscale: #555555. Windows color (decimal): -15569017 or 8875794. OLE color: 8875794.

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

Color convert

RGB18111135-
CMYK0.870.1800.47
HSL192.31º76.47%30%-
HSV(B)192.31º86.67%52.94%-
XYZ10.3113.2524.94-
YUV85.93155.6979.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=6.82%
G=42.05%
B=51.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181111350.870.1800.47192.3176.4730
Hex126F87571202Fc04c1e
Octal221572071272205730011436
Binary10010110111110000111101011110010010111111000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126F87; }

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

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

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

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

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

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

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

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