Html Css Color HEX #1F4147 Nordic

📋 copy color: '#1F4147'

red 31 ◦ green 65 ◦ blue 71

#1F4147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #1F4147

Tints of Nordic #1F4147

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.13% from 255) = 42.51%

R = 18.56%
G = 38.92%
B = 42.51%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F4147 (or 0x1F4147) is known color: 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

RGB 31 65 71 -
CMYK 0.56 0.08 0 0.72
HSL 189º 0.39% 0.2% -
HSV(B) 189º 0.56% 0.28% -
XYZ 3.59 4.53 6.65 -
YUV 55.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 31 65 71 0.56 0.08 0 0.72 189 0.39 0.2
Hex 1F 41 47 38 8 0 48 BD 27 14
Octal 37 101 107 70 10 0 110 275 47 24
Binary 11111 1000001 1000111 111000 1000 0 1001000 10111101 100111 10100

Color Harmonies of #1F4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4147

Black with #1F4147

Text Example


Text Example

White with #1F4147

Text Example


Text Example

HTML Codes & Css Web 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>