#1D1E47

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

Shades of Valhalla #1D1E47

Tints of Valhalla #1D1E47

Color information

#1D1E47 (or 0x1D1E47) is unknown color: approx Valhalla. HEX triplet: 1D, 1E and 47. RGB value is (29,30,71). Sum of RGB (Red+Green+Blue) = 29+30+71=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E47 is #E2E1B8. Grayscale: #222222. Windows color (decimal): -14868921 or 4660765. OLE color: 4660765.

HSL color Cylindrical-coordinate representation of color #1D1E47: hue angle of 238.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D1E47 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB293071-
CMYK0.590.5800.72
HSL238.57º42%19.61%-
HSV(B)238.57º59.15%27.84%-
XYZ2.111.646.17-
YUV34.38148.67124.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=22.31%
G=23.08%
B=54.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2930710.590.5800.72238.574219.61
Hex1D1E473B3A048ef2a14
Octal3536107737201103575224
Binary11101111101000111111011111010010010001110111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,71); }

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

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

 a { background-color: rgb(29,30,71); }

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

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

 span { border-color: rgb(29,30,71); }

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