#126691

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

Shades of Allports #126691

Tints of Allports #126691

Color information

#126691 (or 0x126691) is unknown color: approx Allports. HEX triplet: 12, 66 and 91. RGB value is (18,102,145). Sum of RGB (Red+Green+Blue) = 18+102+145=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #126691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126691 is #ED996E. Grayscale: #515151. Windows color (decimal): -15571311 or 9528850. OLE color: 9528850.

HSL color Cylindrical-coordinate representation of color #126691: hue angle of 200.31º 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 #126691 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB18102145-
CMYK0.880.3000.43
HSL200.31º77.91%31.96%-
HSV(B)200.31º87.59%56.86%-
XYZ10.1111.6828.51-
YUV81.79163.6782.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 145 (57.03% from 255) = 54.72%
R=6.79%
G=38.49%
B=54.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181021450.880.3000.43200.3177.9131.96
Hex126691581E02Bc84e20
Octal221462211303605331011640
Binary100101100110100100011011000111100101011110010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126691; }

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

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

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

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

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

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

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

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