Html Css Color HEX #143841 Nordic

📋 copy color: '#143841'

red 20 ◦ green 56 ◦ blue 65

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

Shades of Nordic #143841

Tints of Nordic #143841

RGB

 RED value IS 20 (8.2% from 255) = 14.18%

 GREEN value IS 56 (22.27% from 255) = 39.72%

 BLUE value IS 65 (25.78% from 255) = 46.1%

R = 14.18%
G = 39.72%
B = 46.1%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143841 (or 0x143841) is known color: Nordic. HEX triplet: 14, 38 and 41. RGB value is (20,56,65). Sum of RGB (Red+Green+Blue) = 20+56+65=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #143841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143841 is #EBC7BE. Grayscale: #2E2E2E. Windows color (decimal): -15452095 or 4274196. OLE color: 4274196.

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

Color convert

RGB 20 56 65 -
CMYK 0.69 0.14 0 0.75
HSL 192º 0.53% 0.17% -
HSV(B) 192º 0.69% 0.25% -
XYZ 2.66 3.36 5.51 -
YUV 46.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 20 56 65 0.69 0.14 0 0.75 192 0.53 0.17
Hex 14 38 41 45 E 0 4B C0 35 11
Octal 24 70 101 105 16 0 113 300 65 21
Binary 10100 111000 1000001 1000101 1110 0 1001011 11000000 110101 10001

Color Harmonies of #143841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143841

Black with #143841

Text Example


Text Example

White with #143841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143841; }

 p { color: rgb(20,56,65); }

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

background-color css

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

 a { background-color: rgb(20,56,65); }

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

border-color css

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

 span { border-color: rgb(20,56,65); }

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