#1A2F84

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

Shades of Resolution Blue #1A2F84

Tints of Resolution Blue #1A2F84

Color information

#1A2F84 (or 0x1A2F84) is unknown color: approx Resolution Blue. HEX triplet: 1A, 2F and 84. RGB value is (26,47,132). Sum of RGB (Red+Green+Blue) = 26+47+132=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A2F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F84 is #E5D07B. Grayscale: #323232. Windows color (decimal): -15061116 or 8662810. OLE color: 8662810.

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

Color convert

RGB2647132-
CMYK0.800.6400.48
HSL228.11º67.09%30.98%-
HSV(B)228.11º80.3%51.76%-
XYZ5.613.9222.29-
YUV50.41174.04110.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.68%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=12.68%
G=22.93%
B=64.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26471320.800.6400.48228.1167.0930.98
Hex1A2F845040030e4431f
Octal325720412010006034410337
Binary110101011111000010010100001000000011000011100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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