#1A327B

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

Shades of Resolution Blue #1A327B

Tints of Resolution Blue #1A327B

Color information

#1A327B (or 0x1A327B) is unknown color: approx Resolution Blue. HEX triplet: 1A, 32 and 7B. RGB value is (26,50,123). Sum of RGB (Red+Green+Blue) = 26+50+123=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A327B is #E5CD84. Grayscale: #323232. Windows color (decimal): -15060357 or 8073754. OLE color: 8073754.

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

Color convert

RGB2650123-
CMYK0.790.5900.52
HSL225.15º65.1%29.22%-
HSV(B)225.15º78.86%48.24%-
XYZ5.143.9319.23-
YUV51.15168.55110.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=13.07%
G=25.13%
B=61.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26501230.790.5900.52225.1565.129.22
Hex1A327B4F3B034e1411d
Octal32621731177306434110135
Binary1101011001011110111001111111011011010011100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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