#126188

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

Shades of Allports #126188

Tints of Allports #126188

Color information

#126188 (or 0x126188) is unknown color: approx Allports. HEX triplet: 12, 61 and 88. RGB value is (18,97,136). Sum of RGB (Red+Green+Blue) = 18+97+136=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #126188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126188 is #ED9E77. Grayscale: #4D4D4D. Windows color (decimal): -15572600 or 8937746. OLE color: 8937746.

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

Color convert

RGB1897136-
CMYK0.870.2900.47
HSL199.83º76.62%30.2%-
HSV(B)199.83º86.76%53.33%-
XYZ8.9710.4624.84-
YUV77.82160.8385.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=7.17%
G=38.65%
B=54.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18971360.870.2900.47199.8376.6230.2
Hex126188571D02Fc84d1e
Octal221412101273505731011536
Binary10010110000110001000101011111101010111111001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126188; }

 p { color: rgb(18,97,136); }

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

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

 a { background-color: rgb(18,97,136); }

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

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

 span { border-color: rgb(18,97,136); }

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