#1E3F7F

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

Shades of Resolution Blue #1E3F7F

Tints of Resolution Blue #1E3F7F

Color information

#1E3F7F (or 0x1E3F7F) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3F and 7F. RGB value is (30,63,127). Sum of RGB (Red+Green+Blue) = 30+63+127=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E3F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3F7F is #E1C080. Grayscale: #3C3C3C. Windows color (decimal): -14794881 or 8339230. OLE color: 8339230.

HSL color Cylindrical-coordinate representation of color #1E3F7F: hue angle of 219.59º 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 #1E3F7F is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3063127-
CMYK0.760.5000.50
HSL219.59º61.78%30.78%-
HSV(B)219.59º76.38%49.8%-
XYZ6.145.3620.79-
YUV60.43165.57106.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.64%
GREEN value IS 63 (25% from 255) = 28.64%
BLUE value IS 127 (50% from 255) = 57.73%
R=13.64%
G=28.64%
B=57.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30631270.760.5000.50219.5961.7830.78
Hex1E3F7F4C32032dc3e1f
Octal3677177114620623347637
Binary111101111111111111100110011001001100101101110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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