#1A3080

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

Shades of Resolution Blue #1A3080

Tints of Resolution Blue #1A3080

Color information

#1A3080 (or 0x1A3080) is unknown color: approx Resolution Blue. HEX triplet: 1A, 30 and 80. RGB value is (26,48,128). Sum of RGB (Red+Green+Blue) = 26+48+128=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A3080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3080 is #E5CF7F. Grayscale: #323232. Windows color (decimal): -15060864 or 8400922. OLE color: 8400922.

HSL color Cylindrical-coordinate representation of color #1A3080: hue angle of 227.06º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A3080 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2648128-
CMYK0.800.6200.50
HSL227.06º66.23%30.2%-
HSV(B)227.06º79.69%50.2%-
XYZ5.383.8920.89-
YUV50.54171.71110.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 128 (50.39% from 255) = 63.37%
R=12.87%
G=23.76%
B=63.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26481280.800.6200.50227.0666.2330.2
Hex1A3080503E032e3421e
Octal32602001207606234310236
Binary11010110000100000001010000111110011001011100011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,128); }

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

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

 a { background-color: rgb(26,48,128); }

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

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

 span { border-color: rgb(26,48,128); }

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