#126085

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

Shades of Allports #126085

Tints of Allports #126085

Color information

#126085 (or 0x126085) is unknown color: approx Allports. HEX triplet: 12, 60 and 85. RGB value is (18,96,133). Sum of RGB (Red+Green+Blue) = 18+96+133=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #126085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126085 is #ED9F7A. Grayscale: #4C4C4C. Windows color (decimal): -15572859 or 8740882. OLE color: 8740882.

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

Color convert

RGB1896133-
CMYK0.860.2800.48
HSL199.3º76.16%29.61%-
HSV(B)199.3º86.47%52.16%-
XYZ8.6710.1923.7-
YUV76.9159.6685.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.29%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=7.29%
G=38.87%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18961330.860.2800.48199.376.1629.61
Hex126085561C030c74c1e
Octal221402051263406030711436
Binary10010110000010000101101011011100011000011000111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126085; }

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

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

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

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

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

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

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

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