Html Css Color HEX #143137 Nordic

📋 copy color: '#143137'

red 20 ◦ green 49 ◦ blue 55

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

Shades of Nordic #143137

Tints of Nordic #143137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

 BLUE value IS 55 (21.88% from 255) = 44.35%

R = 16.13%
G = 39.52%
B = 44.35%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143137 (or 0x143137) is known color: Nordic. HEX triplet: 14, 31 and 37. RGB value is (20,49,55). Sum of RGB (Red+Green+Blue) = 20+49+55=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #143137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143137 is #EBCEC8. Grayscale: #282828. Windows color (decimal): -15453897 or 3617044. OLE color: 3617044.

HSL color Cylindrical-coordinate representation of color #143137: hue angle of 190.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143137 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 49 55 -
CMYK 0.64 0.11 0 0.78
HSL 190.29º 0.47% 0.15% -
HSV(B) 190.29º 0.64% 0.22% -
XYZ 2.08 2.62 4.01 -
YUV 41.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 20 49 55 0.64 0.11 0 0.78 190.29 0.47 0.15
Hex 14 31 37 40 B 0 4E BE 2F F
Octal 24 61 67 100 13 0 116 276 57 17
Binary 10100 110001 110111 1000000 1011 0 1001110 10111110 101111 1111

Color Harmonies of #143137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143137

Black with #143137

Text Example


Text Example

White with #143137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143137; }

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

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

background-color css

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

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

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

border-color css

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

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

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