#1D1F47

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

Shades of Valhalla #1D1F47

Tints of Valhalla #1D1F47

Color information

#1D1F47 (or 0x1D1F47) is unknown color: approx Valhalla. HEX triplet: 1D, 1F and 47. RGB value is (29,31,71). Sum of RGB (Red+Green+Blue) = 29+31+71=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F47 is #E2E0B8. Grayscale: #222222. Windows color (decimal): -14868665 or 4661021. OLE color: 4661021.

HSL color Cylindrical-coordinate representation of color #1D1F47: hue angle of 237.14º 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 #1D1F47 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB293171-
CMYK0.590.5600.72
HSL237.14º42%19.61%-
HSV(B)237.14º59.15%27.84%-
XYZ2.131.76.18-
YUV34.96148.34123.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 71 (28.12% from 255) = 54.20%
R=22.14%
G=23.66%
B=54.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2931710.590.5600.72237.144219.61
Hex1D1F473B38048ed2a14
Octal3537107737001103555224
Binary11101111111000111111011111000010010001110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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