#126389

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

Shades of Allports #126389

Tints of Allports #126389

Color information

#126389 (or 0x126389) is unknown color: approx Allports. HEX triplet: 12, 63 and 89. RGB value is (18,99,137). Sum of RGB (Red+Green+Blue) = 18+99+137=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #126389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126389 is #ED9C76. Grayscale: #4E4E4E. Windows color (decimal): -15572087 or 9003794. OLE color: 9003794.

HSL color Cylindrical-coordinate representation of color #126389: hue angle of 199.16º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126389 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1899137-
CMYK0.870.2800.46
HSL199.16º76.77%30.39%-
HSV(B)199.16º86.86%53.73%-
XYZ9.2310.8625.28-
YUV79.11160.6684.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=7.09%
G=38.98%
B=53.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18991370.870.2800.46199.1676.7730.39
Hex126389571C02Ec74d1e
Octal221432111273405630711536
Binary10010110001110001001101011111100010111011000111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126389; }

 p { color: rgb(18,99,137); }

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

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

 a { background-color: rgb(18,99,137); }

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

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

 span { border-color: rgb(18,99,137); }

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