#1E397E

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

Shades of Resolution Blue #1E397E

Tints of Resolution Blue #1E397E

Color information

#1E397E (or 0x1E397E) is unknown color: approx Resolution Blue. HEX triplet: 1E, 39 and 7E. RGB value is (30,57,126). Sum of RGB (Red+Green+Blue) = 30+57+126=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E397E is #E1C681. Grayscale: #383838. Windows color (decimal): -14796418 or 8272158. OLE color: 8272158.

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

Color convert

RGB3057126-
CMYK0.760.5500.51
HSL223.12º61.54%30.59%-
HSV(B)223.12º76.19%49.41%-
XYZ5.764.7120.34-
YUV56.79167.05108.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.08%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=14.08%
G=26.76%
B=59.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30571260.760.5500.51223.1261.5430.59
Hex1E397E4C37033df3e1f
Octal3671176114670633377637
Binary111101110011111110100110011011101100111101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E397E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,126); }

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

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

 a { background-color: rgb(30,57,126); }

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

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

 span { border-color: rgb(30,57,126); }

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