#1E317A

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

Shades of Resolution Blue #1E317A

Tints of Resolution Blue #1E317A

Color information

#1E317A (or 0x1E317A) is unknown color: approx Resolution Blue. HEX triplet: 1E, 31 and 7A. RGB value is (30,49,122). Sum of RGB (Red+Green+Blue) = 30+49+122=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E317A is #E1CE85. Grayscale: #333333. Windows color (decimal): -14798470 or 8007966. OLE color: 8007966.

HSL color Cylindrical-coordinate representation of color #1E317A: hue angle of 227.61º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E317A is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3049122-
CMYK0.750.6000.52
HSL227.61º60.53%29.8%-
HSV(B)227.61º75.41%47.84%-
XYZ5.153.8818.89-
YUV51.64167.71112.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.93%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=14.93%
G=24.38%
B=60.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30491220.750.6000.52227.6160.5329.8
Hex1E317A4B3C034e43d1e
Octal3661172113740643447536
Binary111101100011111010100101111110001101001110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,122); }

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

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

 a { background-color: rgb(30,49,122); }

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

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

 span { border-color: rgb(30,49,122); }

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