#126987

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

Shades of Allports #126987

Tints of Allports #126987

Color information

#126987 (or 0x126987) is unknown color: approx Allports. HEX triplet: 12, 69 and 87. RGB value is (18,105,135). Sum of RGB (Red+Green+Blue) = 18+105+135=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #126987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126987 is #ED9678. Grayscale: #525252. Windows color (decimal): -15570553 or 8874258. OLE color: 8874258.

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

Color convert

RGB18105135-
CMYK0.870.2200.47
HSL195.38º76.47%30%-
HSV(B)195.38º86.67%52.94%-
XYZ9.6711.9824.72-
YUV82.41157.6882.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=6.98%
G=40.70%
B=52.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal181051350.870.2200.47195.3876.4730
Hex126987571602Fc34c1e
Octal221512071272605730311436
Binary10010110100110000111101011110110010111111000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126987; }

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

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

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

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

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

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

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

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