#1E387A

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

Shades of Resolution Blue #1E387A

Tints of Resolution Blue #1E387A

Color information

#1E387A (or 0x1E387A) is unknown color: approx Resolution Blue. HEX triplet: 1E, 38 and 7A. RGB value is (30,56,122). Sum of RGB (Red+Green+Blue) = 30+56+122=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E387A is #E1C785. Grayscale: #373737. Windows color (decimal): -14796678 or 8009758. OLE color: 8009758.

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

Color convert

RGB3056122-
CMYK0.750.5400.52
HSL223.04º60.53%29.8%-
HSV(B)223.04º75.41%47.84%-
XYZ5.464.5118.99-
YUV55.75165.39109.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 122 (48.05% from 255) = 58.65%
R=14.42%
G=26.92%
B=58.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal30561220.750.5400.52223.0460.5329.8
Hex1E387A4B36034df3d1e
Octal3670172113660643377536
Binary111101110001111010100101111011001101001101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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