#1F2347

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

Shades of Valhalla #1F2347

Tints of Valhalla #1F2347

Color information

#1F2347 (or 0x1F2347) is unknown color: approx Valhalla. HEX triplet: 1F, 23 and 47. RGB value is (31,35,71). Sum of RGB (Red+Green+Blue) = 31+35+71=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2347 is #E0DCB8. Grayscale: #252525. Windows color (decimal): -14736569 or 4662047. OLE color: 4662047.

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

Color convert

RGB313571-
CMYK0.560.5100.72
HSL234º39.22%20%-
HSV(B)234º56.34%27.84%-
XYZ2.31.956.22-
YUV37.91146.67123.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.63%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 71 (28.12% from 255) = 51.82%
R=22.63%
G=25.55%
B=51.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3135710.560.5100.7223439.2220
Hex1F23473833048ea2714
Octal3743107706301103524724
Binary111111000111000111111000110011010010001110101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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