#143940

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

Shades of Nordic #143940

Tints of Nordic #143940

Color information

#143940 (or 0x143940) is unknown color: approx Nordic. HEX triplet: 14, 39 and 40. RGB value is (20,57,64). Sum of RGB (Red+Green+Blue) = 20+57+64=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #143940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143940 is #EBC6BF. Grayscale: #2E2E2E. Windows color (decimal): -15451840 or 4208916. OLE color: 4208916.

HSL color Cylindrical-coordinate representation of color #143940: hue angle of 189.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143940 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205764-
CMYK0.690.1100.75
HSL189.55º52.38%16.47%-
HSV(B)189.55º68.75%25.1%-
XYZ2.683.455.37-
YUV46.73137.74108.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=14.18%
G=40.43%
B=45.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2057640.690.1100.75189.5552.3816.47
Hex14394045B04Bbe3410
Octal24711001051301132766420
Binary10100111001100000010001011011010010111011111011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143940; }

 p { color: rgb(20,57,64); }

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

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

 a { background-color: rgb(20,57,64); }

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

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

 span { border-color: rgb(20,57,64); }

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