Html Css Color HEX #143537 Nordic

📋 copy color: '#143537'

red 20 ◦ green 53 ◦ blue 55

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

Shades of Nordic #143537

Tints of Nordic #143537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 41.41%

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

R = 15.63%
G = 41.41%
B = 42.97%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143537 (or 0x143537) is known color: Nordic. HEX triplet: 14, 35 and 37. RGB value is (20,53,55). Sum of RGB (Red+Green+Blue) = 20+53+55=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #143537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143537 is #EBCAC8. Grayscale: #2B2B2B. Windows color (decimal): -15452873 or 3618068. OLE color: 3618068.

HSL color Cylindrical-coordinate representation of color #143537: hue angle of 183.43º 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 #143537 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 53 55 -
CMYK 0.64 0.04 0 0.78
HSL 183.43º 0.47% 0.15% -
HSV(B) 183.43º 0.64% 0.22% -
XYZ 2.25 2.97 4.07 -
YUV 43.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 20 53 55 0.64 0.04 0 0.78 183.43 0.47 0.15
Hex 14 35 37 40 4 0 4E B7 2F F
Octal 24 65 67 100 4 0 116 267 57 17
Binary 10100 110101 110111 1000000 100 0 1001110 10110111 101111 1111

Color Harmonies of #143537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143537

Black with #143537

Text Example


Text Example

White with #143537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143537; }

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

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

background-color css

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

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

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

border-color css

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

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

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