#1E377F

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

Shades of Resolution Blue #1E377F

Tints of Resolution Blue #1E377F

Color information

#1E377F (or 0x1E377F) is unknown color: approx Resolution Blue. HEX triplet: 1E, 37 and 7F. RGB value is (30,55,127). Sum of RGB (Red+Green+Blue) = 30+55+127=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E377F is #E1C880. Grayscale: #373737. Windows color (decimal): -14796929 or 8337182. OLE color: 8337182.

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

Color convert

RGB3055127-
CMYK0.760.5700.50
HSL224.54º61.78%30.78%-
HSV(B)224.54º76.38%49.8%-
XYZ5.734.5420.65-
YUV55.73168.22109.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 127 (50% from 255) = 59.91%
R=14.15%
G=25.94%
B=59.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30551270.760.5700.50224.5461.7830.78
Hex1E377F4C39032e13e1f
Octal3667177114710623417637
Binary111101101111111111100110011100101100101110000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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