#1F4147

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

Shades of Nordic #1F4147

Tints of Nordic #1F4147

Color information

#1F4147 (or 0x1F4147) is unknown color: approx Nordic. HEX triplet: 1F, 41 and 47. RGB value is (31,65,71). Sum of RGB (Red+Green+Blue) = 31+65+71=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4147 is #E0BEB8. Grayscale: #373737. Windows color (decimal): -14728889 or 4669727. OLE color: 4669727.

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

Color convert

RGB316571-
CMYK0.560.0800.72
HSL189º39.22%20%-
HSV(B)189º56.34%27.84%-
XYZ3.594.536.65-
YUV55.52136.74110.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.56%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=18.56%
G=38.92%
B=42.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3165710.560.0800.7218939.2220
Hex1F4147388048bd2714
Octal37101107701001102754724
Binary11111100000110001111110001000010010001011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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