#1A6D95

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

Shades of Allports #1A6D95

Tints of Allports #1A6D95

Color information

#1A6D95 (or 0x1A6D95) is unknown color: approx Allports. HEX triplet: 1A, 6D and 95. RGB value is (26,109,149). Sum of RGB (Red+Green+Blue) = 26+109+149=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A6D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6D95 is #E5926A. Grayscale: #585858. Windows color (decimal): -15045227 or 9792794. OLE color: 9792794.

HSL color Cylindrical-coordinate representation of color #1A6D95: hue angle of 199.51º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A6D95 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26109149-
CMYK0.830.2700.42
HSL199.51º70.29%34.31%-
HSV(B)199.51º82.55%58.43%-
XYZ11.3213.3330.41-
YUV88.7416283.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 149 (58.59% from 255) = 52.46%
R=9.15%
G=38.38%
B=52.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261091490.830.2700.42199.5170.2934.31
Hex1A6D95531B02Ac84622
Octal321552251233305231010642
Binary110101101101100101011010011110110101010110010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A6D95; }

 p { color: rgb(26,109,149); }

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

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

 a { background-color: rgb(26,109,149); }

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

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

 span { border-color: rgb(26,109,149); }

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