#1A317B

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

Shades of Resolution Blue #1A317B

Tints of Resolution Blue #1A317B

Color information

#1A317B (or 0x1A317B) is unknown color: approx Resolution Blue. HEX triplet: 1A, 31 and 7B. RGB value is (26,49,123). Sum of RGB (Red+Green+Blue) = 26+49+123=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A317B is #E5CE84. Grayscale: #323232. Windows color (decimal): -15060613 or 8073498. OLE color: 8073498.

HSL color Cylindrical-coordinate representation of color #1A317B: hue angle of 225.77º 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 #1A317B is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2649123-
CMYK0.790.6000.52
HSL225.77º65.1%29.22%-
HSV(B)225.77º78.86%48.24%-
XYZ5.13.8519.21-
YUV50.56168.88110.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=13.13%
G=24.75%
B=62.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26491230.790.6000.52225.7765.129.22
Hex1A317B4F3C034e2411d
Octal32611731177406434210135
Binary1101011000111110111001111111100011010011100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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