#1A3780

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

Shades of Resolution Blue #1A3780

Tints of Resolution Blue #1A3780

Color information

#1A3780 (or 0x1A3780) is unknown color: approx Resolution Blue. HEX triplet: 1A, 37 and 80. RGB value is (26,55,128). Sum of RGB (Red+Green+Blue) = 26+55+128=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 128 (50.39% from 255 or 61.24% from 209); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A3780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3780 is #E5C87F. Grayscale: #363636. Windows color (decimal): -15059072 or 8402714. OLE color: 8402714.

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

Color convert

RGB2655128-
CMYK0.800.5700.50
HSL222.94º66.23%30.2%-
HSV(B)222.94º79.69%50.2%-
XYZ5.694.5120.99-
YUV54.65169.39107.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 128 (50.39% from 255) = 61.24%
R=12.44%
G=26.32%
B=61.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26551280.800.5700.50222.9466.2330.2
Hex1A37805039032df421e
Octal32672001207106233710236
Binary11010110111100000001010000111001011001011011111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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