#1A7584

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

Shades of Allports #1A7584

Tints of Allports #1A7584

Color information

#1A7584 (or 0x1A7584) is unknown color: approx Allports. HEX triplet: 1A, 75 and 84. RGB value is (26,117,132). Sum of RGB (Red+Green+Blue) = 26+117+132=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A7584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7584 is #E58A7B. Grayscale: #5B5B5B. Windows color (decimal): -15043196 or 8680730. OLE color: 8680730.

HSL color Cylindrical-coordinate representation of color #1A7584: hue angle of 188.49º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7584 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB26117132-
CMYK0.800.1100.48
HSL188.49º67.09%30.98%-
HSV(B)188.49º80.3%51.76%-
XYZ10.9514.6124.07-
YUV91.5150.8581.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 132 (51.95% from 255) = 48%
R=9.45%
G=42.55%
B=48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261171320.800.1100.48188.4967.0930.98
Hex1A758450B030bc431f
Octal321652041201306027410337
Binary1101011101011000010010100001011011000010111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,132); }

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

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

 a { background-color: rgb(26,117,132); }

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

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

 span { border-color: rgb(26,117,132); }

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