Html Css Color HEX #143940 Nordic

📋 copy color: '#143940'

red 20 ◦ green 57 ◦ blue 64

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

Shades of Nordic #143940

Tints of Nordic #143940

RGB

 RED value IS 20 (8.2% 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 value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143940 (or 0x143940) is known color: 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

RGB 20 57 64 -
CMYK 0.69 0.11 0 0.75
HSL 189.55º 0.52% 0.16% -
HSV(B) 189.55º 0.69% 0.25% -
XYZ 2.68 3.45 5.37 -
YUV 46.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 20 57 64 0.69 0.11 0 0.75 189.55 0.52 0.16
Hex 14 39 40 45 B 0 4B BE 34 10
Octal 24 71 100 105 13 0 113 276 64 20
Binary 10100 111001 1000000 1000101 1011 0 1001011 10111110 110100 10000

Color Harmonies of #143940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143940

Black with #143940

Text Example


Text Example

White with #143940

Text Example


Text Example

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