Html Css Color HEX #143741 Nordic

📋 copy color: '#143741'

red 20 ◦ green 55 ◦ blue 65

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

Shades of Nordic #143741

Tints of Nordic #143741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.29%

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

R = 14.29%
G = 39.29%
B = 46.43%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143741 (or 0x143741) is known color: Nordic. HEX triplet: 14, 37 and 41. RGB value is (20,55,65). Sum of RGB (Red+Green+Blue) = 20+55+65=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #143741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143741 is #EBC8BE. Grayscale: #2D2D2D. Windows color (decimal): -15452351 or 4273940. OLE color: 4273940.

HSL color Cylindrical-coordinate representation of color #143741: hue angle of 193.33º 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 #143741 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 55 65 -
CMYK 0.69 0.15 0 0.75
HSL 193.33º 0.53% 0.17% -
HSV(B) 193.33º 0.69% 0.25% -
XYZ 2.61 3.26 5.49 -
YUV 45.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 20 55 65 0.69 0.15 0 0.75 193.33 0.53 0.17
Hex 14 37 41 45 F 0 4B C1 35 11
Octal 24 67 101 105 17 0 113 301 65 21
Binary 10100 110111 1000001 1000101 1111 0 1001011 11000001 110101 10001

Color Harmonies of #143741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143741

Black with #143741

Text Example


Text Example

White with #143741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143741; }

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

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

background-color css

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

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

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

border-color css

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

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

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