Html Css Color HEX #1E4147 Nordic

📋 copy color: '#1E4147'

red 30 ◦ green 65 ◦ blue 71

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

Shades of Nordic #1E4147

Tints of Nordic #1E4147

RGB

 RED value IS 30 (12.11% from 255) = 18.07%

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 71 (28.13% from 255) = 42.77%

R = 18.07%
G = 39.16%
B = 42.77%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E4147 (or 0x1E4147) is known color: Nordic. HEX triplet: 1E, 41 and 47. RGB value is (30,65,71). Sum of RGB (Red+Green+Blue) = 30+65+71=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4147 is #E1BEB8. Grayscale: #373737. Windows color (decimal): -14794425 or 4669726. OLE color: 4669726.

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

Color convert

RGB 30 65 71 -
CMYK 0.58 0.08 0 0.72
HSL 188.78º 0.41% 0.2% -
HSV(B) 188.78º 0.58% 0.28% -
XYZ 3.56 4.51 6.64 -
YUV 55.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 30 65 71 0.58 0.08 0 0.72 188.78 0.41 0.2
Hex 1E 41 47 3A 8 0 48 BD 29 14
Octal 36 101 107 72 10 0 110 275 51 24
Binary 11110 1000001 1000111 111010 1000 0 1001000 10111101 101001 10100

Color Harmonies of #1E4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4147

Black with #1E4147

Text Example


Text Example

White with #1E4147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E4147;
 }
 .AnyTagClassName
 {
   color: #1E4147;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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