#1A7983

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

Shades of Allports #1A7983

Tints of Allports #1A7983

Color information

#1A7983 (or 0x1A7983) is unknown color: approx Allports. HEX triplet: 1A, 79 and 83. RGB value is (26,121,131). Sum of RGB (Red+Green+Blue) = 26+121+131=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A7983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7983 is #E5867C. Grayscale: #5D5D5D. Windows color (decimal): -15042173 or 8616218. OLE color: 8616218.

HSL color Cylindrical-coordinate representation of color #1A7983: hue angle of 185.71º 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 #1A7983 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB26121131-
CMYK0.800.0800.49
HSL185.71º66.88%30.78%-
HSV(B)185.71º80.15%51.37%-
XYZ11.3615.5323.87-
YUV93.74149.0379.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=9.35%
G=43.53%
B=47.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261211310.800.0800.49185.7166.8830.78
Hex1A7983508031ba431f
Octal321712031201006127210337
Binary1101011110011000001110100001000011000110111010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,121,131); }

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

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

 a { background-color: rgb(26,121,131); }

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

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

 span { border-color: rgb(26,121,131); }

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