#1e317f

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

Shades of Resolution Blue #1E317F

Tints of Resolution Blue #1E317F

Color information

#1E317F (or 0x1E317F) is unknown color: approx Resolution Blue. HEX triplet: 1E, 31 and 7F. RGB value is (30,49,127). Sum of RGB (Red+Green+Blue) = 30+49+127=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E317F is #E1CE80. Grayscale: #333333. Windows color (decimal): -14798465 or 8335646. OLE color: 8335646.

HSL color Cylindrical-coordinate representation of color #1E317F: hue angle of 228.25º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E317F is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3049127-
CMYK0.760.6100.50
HSL228.25º61.78%30.78%-
HSV(B)228.25º76.38%49.8%-
XYZ5.46420.56-
YUV52.21170.21112.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 127 (50% from 255) = 61.65%
R=14.56%
G=23.79%
B=61.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30491270.760.6100.50228.2561.7830.78
Hex1E317F4C3D032e43e1f
Octal3661177114750623447637
Binary111101100011111111100110011110101100101110010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e317f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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