#126690

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

Shades of Allports #126690

Tints of Allports #126690

Color information

#126690 (or 0x126690) is unknown color: approx Allports. HEX triplet: 12, 66 and 90. RGB value is (18,102,144). Sum of RGB (Red+Green+Blue) = 18+102+144=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #126690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126690 is #ED996F. Grayscale: #515151. Windows color (decimal): -15571312 or 9463314. OLE color: 9463314.

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

Color convert

RGB18102144-
CMYK0.880.2900.44
HSL200º77.78%31.76%-
HSV(B)200º87.5%56.47%-
XYZ10.0311.6428.1-
YUV81.67163.1782.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 144 (56.64% from 255) = 54.55%
R=6.82%
G=38.64%
B=54.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181021440.880.2900.4420077.7831.76
Hex126690581D02Cc84e20
Octal221462201303505431011640
Binary100101100110100100001011000111010101100110010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126690; }

 p { color: rgb(18,102,144); }

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

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

 a { background-color: rgb(18,102,144); }

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

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

 span { border-color: rgb(18,102,144); }

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