#1F1D40

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

Shades of Valhalla #1F1D40

Tints of Valhalla #1F1D40

Color information

#1F1D40 (or 0x1F1D40) is unknown color: approx Valhalla. HEX triplet: 1F, 1D and 40. RGB value is (31,29,64). Sum of RGB (Red+Green+Blue) = 31+29+64=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F1D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1D40 is #E0E2BF. Grayscale: #212121. Windows color (decimal): -14738112 or 4201759. OLE color: 4201759.

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

Color convert

RGB312964-
CMYK0.520.5500.75
HSL243.43º37.63%18.24%-
HSV(B)243.43º54.69%25.1%-
XYZ1.931.545.05-
YUV33.59145.16126.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=25%
G=23.39%
B=51.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3129640.520.5500.75243.4337.6318.24
Hex1F1D40343704Bf32612
Octal3735100646701133634622
Binary11111111011000000110100110111010010111111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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