#126289

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

Shades of Allports #126289

Tints of Allports #126289

Color information

#126289 (or 0x126289) is unknown color: approx Allports. HEX triplet: 12, 62 and 89. RGB value is (18,98,137). Sum of RGB (Red+Green+Blue) = 18+98+137=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #126289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126289 is #ED9D76. Grayscale: #4E4E4E. Windows color (decimal): -15572343 or 9003538. OLE color: 9003538.

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

Color convert

RGB1898137-
CMYK0.870.2800.46
HSL199.66º76.77%30.39%-
HSV(B)199.66º86.86%53.73%-
XYZ9.1310.6725.25-
YUV78.5316184.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=7.11%
G=38.74%
B=54.15%

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
Decimal18981370.870.2800.46199.6676.7730.39
Hex126289571C02Ec84d1e
Octal221422111273405631011536
Binary10010110001010001001101011111100010111011001000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126289; }

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

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

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

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

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

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

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

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