#1A3381

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

Shades of Resolution Blue #1A3381

Tints of Resolution Blue #1A3381

Color information

#1A3381 (or 0x1A3381) is unknown color: approx Resolution Blue. HEX triplet: 1A, 33 and 81. RGB value is (26,51,129). Sum of RGB (Red+Green+Blue) = 26+51+129=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #1A3381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3381 is #E5CC7E. Grayscale: #343434. Windows color (decimal): -15060095 or 8467226. OLE color: 8467226.

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

Color convert

RGB2651129-
CMYK0.800.6000.49
HSL225.44º66.45%30.39%-
HSV(B)225.44º79.84%50.59%-
XYZ5.574.1721.28-
YUV52.42171.22109.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 129 (50.78% from 255) = 62.62%
R=12.62%
G=24.76%
B=62.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26511290.800.6000.49225.4466.4530.39
Hex1A3381503C031e1421e
Octal32632011207406134110236
Binary11010110011100000011010000111100011000111100001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,129); }

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

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

 a { background-color: rgb(26,51,129); }

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

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

 span { border-color: rgb(26,51,129); }

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