#14373E

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

Shades of Nordic #14373E

Tints of Nordic #14373E

Color information

#14373E (or 0x14373E) is unknown color: approx Nordic. HEX triplet: 14, 37 and 3E. RGB value is (20,55,62). Sum of RGB (Red+Green+Blue) = 20+55+62=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 62 - color contains mainly: blue. Hex color #14373E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14373E is #EBC8C1. Grayscale: #2D2D2D. Windows color (decimal): -15452354 or 4077332. OLE color: 4077332.

HSL color Cylindrical-coordinate representation of color #14373E: hue angle of 190º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14373E is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB205562-
CMYK0.680.1100.76
HSL190º51.22%16.08%-
HSV(B)190º67.74%24.31%-
XYZ2.523.235.05-
YUV45.33137.4109.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 55 (21.88% from 255) = 40.15%
BLUE value IS 62 (24.61% from 255) = 45.26%
R=14.60%
G=40.15%
B=45.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2055620.680.1100.7619051.2216.08
Hex14373E44B04Cbe3310
Octal2467761041301142766320
Binary1010011011111111010001001011010011001011111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14373E; }

 p { color: rgb(20,55,62); }

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

<style>
 a { background-color: #14373E; }

 a { background-color: rgb(20,55,62); }

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

<style>
 span { border-color: #14373E; }

 span { border-color: rgb(20,55,62); }

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