#1E4073

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

Shades of Resolution Blue #1E4073

Tints of Resolution Blue #1E4073

Color information

#1E4073 (or 0x1E4073) is unknown color: approx Resolution Blue. HEX triplet: 1E, 40 and 73. RGB value is (30,64,115). Sum of RGB (Red+Green+Blue) = 30+64+115=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4073 is #E1BF8C. Grayscale: #3B3B3B. Windows color (decimal): -14794637 or 7553054. OLE color: 7553054.

HSL color Cylindrical-coordinate representation of color #1E4073: hue angle of 216º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E4073 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3064115-
CMYK0.740.4400.55
HSL216º58.62%28.43%-
HSV(B)216º73.91%45.1%-
XYZ5.465.1816.93-
YUV59.65159.24106.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=14.35%
G=30.62%
B=55.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30641150.740.4400.5521658.6228.43
Hex1E40734A2C037d83b1c
Octal36100163112540673307334
Binary1111010000001110011100101010110001101111101100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,115); }

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

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

 a { background-color: rgb(30,64,115); }

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

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

 span { border-color: rgb(30,64,115); }

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