#1E1F41

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

Shades of Valhalla #1E1F41

Tints of Valhalla #1E1F41

Color information

#1E1F41 (or 0x1E1F41) is unknown color: approx Valhalla. HEX triplet: 1E, 1F and 41. RGB value is (30,31,65). Sum of RGB (Red+Green+Blue) = 30+31+65=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E1F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F41 is #E1E0BE. Grayscale: #222222. Windows color (decimal): -14803135 or 4267806. OLE color: 4267806.

HSL color Cylindrical-coordinate representation of color #1E1F41: hue angle of 238.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E1F41 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB303165-
CMYK0.540.5200.75
HSL238.29º36.84%18.63%-
HSV(B)238.29º53.85%25.49%-
XYZ1.981.645.21-
YUV34.58145.17124.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.81%
GREEN value IS 31 (12.5% from 255) = 24.60%
BLUE value IS 65 (25.78% from 255) = 51.59%
R=23.81%
G=24.60%
B=51.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3031650.540.5200.75238.2936.8418.63
Hex1E1F41363404Bee2513
Octal3637101666401133564523
Binary11110111111000001110110110100010010111110111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,31,65); }

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

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

 a { background-color: rgb(30,31,65); }

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

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

 span { border-color: rgb(30,31,65); }

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