Html Css Color HEX #1E3A71 Resolution Blue

📋 copy color: '#1E3A71'

red 30 ◦ green 58 ◦ blue 113

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

Shades of Resolution Blue #1E3A71

Tints of Resolution Blue #1E3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.86%

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 14.93%
G = 28.86%
B = 56.22%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E3A71 (or 0x1E3A71) is known color: Resolution Blue. HEX triplet: 1E, 3A and 71. RGB value is (30,58,113). Sum of RGB (Red+Green+Blue) = 30+58+113=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E3A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A71 is #E1C58E. Grayscale: #373737. Windows color (decimal): -14796175 or 7420446. OLE color: 7420446.

HSL color Cylindrical-coordinate representation of color #1E3A71: hue angle of 219.76º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E3A71 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 58 113 -
CMYK 0.73 0.49 0 0.56
HSL 219.76º 0.58% 0.28% -
HSV(B) 219.76º 0.73% 0.44% -
XYZ 5.03 4.49 16.23 -
YUV 55.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 30 58 113 0.73 0.49 0 0.56 219.76 0.58 0.28
Hex 1E 3A 71 49 31 0 38 DC 3A 1C
Octal 36 72 161 111 61 0 70 334 72 34
Binary 11110 111010 1110001 1001001 110001 0 111000 11011100 111010 11100

Color Harmonies of #1E3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3A71

Black with #1E3A71

Text Example


Text Example

White with #1E3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,58,113); }

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

background-color css

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

 a { background-color: rgb(30,58,113); }

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

border-color css

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

 span { border-color: rgb(30,58,113); }

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