#126985

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

Shades of Allports #126985

Tints of Allports #126985

Color information

#126985 (or 0x126985) is unknown color: approx Allports. HEX triplet: 12, 69 and 85. RGB value is (18,105,133). Sum of RGB (Red+Green+Blue) = 18+105+133=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #126985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126985 is #ED967A. Grayscale: #515151. Windows color (decimal): -15570555 or 8743186. OLE color: 8743186.

HSL color Cylindrical-coordinate representation of color #126985: hue angle of 194.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126985 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB18105133-
CMYK0.860.2100.48
HSL194.61º76.16%29.61%-
HSV(B)194.61º86.47%52.16%-
XYZ9.5311.9323.99-
YUV82.18156.6882.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=7.03%
G=41.02%
B=51.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181051330.860.2100.48194.6176.1629.61
Hex1269855615030c34c1e
Octal221512051262506030311436
Binary10010110100110000101101011010101011000011000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126985; }

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

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

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

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

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

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

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

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