#1E4147

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

Shades of Nordic #1E4147

Tints of Nordic #1E4147

Color information

#1E4147 (or 0x1E4147) is unknown color: approx 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

RGB306571-
CMYK0.580.0800.72
HSL188.78º40.59%19.8%-
HSV(B)188.78º57.75%27.84%-
XYZ3.564.516.64-
YUV55.22136.9110.01-

RGB Variations

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

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.12% from 255) = 42.77%
R=18.07%
G=39.16%
B=42.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3065710.580.0800.72188.7840.5919.8
Hex1E41473A8048bd2914
Octal36101107721001102755124
Binary11110100000110001111110101000010010001011110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>