#1A7382

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

Shades of Allports #1A7382

Tints of Allports #1A7382

Color information

#1A7382 (or 0x1A7382) is unknown color: approx Allports. HEX triplet: 1A, 73 and 82. RGB value is (26,115,130). Sum of RGB (Red+Green+Blue) = 26+115+130=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #1A7382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7382 is #E58C7D. Grayscale: #595959. Windows color (decimal): -15043710 or 8549146. OLE color: 8549146.

HSL color Cylindrical-coordinate representation of color #1A7382: hue angle of 188.65º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7382 is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB26115130-
CMYK0.80.1200.49
HSL188.65º66.67%30.59%-
HSV(B)188.65º80%50.98%-
XYZ10.5914.0923.28-
YUV90.1150.5182.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=9.59%
G=42.44%
B=47.97%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261151300.80.1200.49188.6566.6730.59
Hex1A738250C031bd431f
Octal321632021201406127510337
Binary1101011100111000001010100001100011000110111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,130); }

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

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

 a { background-color: rgb(26,115,130); }

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

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

 span { border-color: rgb(26,115,130); }

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