#126992

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

Shades of Allports #126992

Tints of Allports #126992

Color information

#126992 (or 0x126992) is unknown color: approx Allports. HEX triplet: 12, 69 and 92. RGB value is (18,105,146). Sum of RGB (Red+Green+Blue) = 18+105+146=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #126992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126992 is #ED966D. Grayscale: #535353. Windows color (decimal): -15570542 or 9595154. OLE color: 9595154.

HSL color Cylindrical-coordinate representation of color #126992: hue angle of 199.22º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126992 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18105146-
CMYK0.880.2800.43
HSL199.22º78.05%32.16%-
HSV(B)199.22º87.67%57.25%-
XYZ10.4912.3129.02-
YUV83.66163.1881.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=6.69%
G=39.03%
B=54.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181051460.880.2800.43199.2278.0532.16
Hex126992581C02Bc74e20
Octal221512221303405330711640
Binary100101101001100100101011000111000101011110001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126992; }

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

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

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

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

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

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

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

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