Html Css Color HEX #1E3177 Resolution Blue

📋 copy color: '#1E3177'

red 30 ◦ green 49 ◦ blue 119

#1E3177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #1E3177

Tints of Resolution Blue #1E3177

RGB

 RED value IS 30 (12.11% from 255) = 15.15%

 GREEN value IS 49 (19.53% from 255) = 24.75%

 BLUE value IS 119 (46.88% from 255) = 60.1%

R = 15.15%
G = 24.75%
B = 60.1%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E3177 (or 0x1E3177) is known color: Resolution Blue. HEX triplet: 1E, 31 and 77. RGB value is (30,49,119). Sum of RGB (Red+Green+Blue) = 30+49+119=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E3177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3177 is #E1CE88. Grayscale: #333333. Windows color (decimal): -14798473 or 7811358. OLE color: 7811358.

HSL color Cylindrical-coordinate representation of color #1E3177: hue angle of 227.19º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3177 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 49 119 -
CMYK 0.75 0.59 0 0.53
HSL 227.19º 0.6% 0.29% -
HSV(B) 227.19º 0.75% 0.47% -
XYZ 4.96 3.8 17.93 -
YUV 51.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 30 49 119 0.75 0.59 0 0.53 227.19 0.6 0.29
Hex 1E 31 77 4B 3B 0 35 E3 3C 1D
Octal 36 61 167 113 73 0 65 343 74 35
Binary 11110 110001 1110111 1001011 111011 0 110101 11100011 111100 11101

Color Harmonies of #1E3177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3177

Black with #1E3177

Text Example


Text Example

White with #1E3177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,49,119); }

 H1.HeaderClassName
 {
   color: #1E3177;
 }
 .AnyTagClassName
 {
   color: #1E3177;
 }
</style>

background-color css

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

 a { background-color: rgb(30,49,119); }

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

border-color css

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

 span { border-color: rgb(30,49,119); }

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