#1A3279

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

Shades of Resolution Blue #1A3279

Tints of Resolution Blue #1A3279

Color information

#1A3279 (or 0x1A3279) is unknown color: approx Resolution Blue. HEX triplet: 1A, 32 and 79. RGB value is (26,50,121). Sum of RGB (Red+Green+Blue) = 26+50+121=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3279 is #E5CD86. Grayscale: #323232. Windows color (decimal): -15060359 or 7942682. OLE color: 7942682.

HSL color Cylindrical-coordinate representation of color #1A3279: hue angle of 224.84º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A3279 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2650121-
CMYK0.790.5900.53
HSL224.84º64.63%28.82%-
HSV(B)224.84º78.51%47.45%-
XYZ5.023.8818.57-
YUV50.92167.55110.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=13.20%
G=25.38%
B=61.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26501210.790.5900.53224.8464.6328.82
Hex1A32794F3B035e1411d
Octal32621711177306534110135
Binary1101011001011110011001111111011011010111100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,121); }

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

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

 a { background-color: rgb(26,50,121); }

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

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

 span { border-color: rgb(26,50,121); }

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