Html Css Color HEX #143437 Nordic

📋 copy color: '#143437'

red 20 ◦ green 52 ◦ blue 55

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

Shades of Nordic #143437

Tints of Nordic #143437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.94%

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

R = 15.75%
G = 40.94%
B = 43.31%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#143437 (or 0x143437) is known color: Nordic. HEX triplet: 14, 34 and 37. RGB value is (20,52,55). Sum of RGB (Red+Green+Blue) = 20+52+55=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #143437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143437 is #EBCBC8. Grayscale: #2A2A2A. Windows color (decimal): -15453129 or 3617812. OLE color: 3617812.

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

Color convert

RGB 20 52 55 -
CMYK 0.64 0.05 0 0.78
HSL 185.14º 0.47% 0.15% -
HSV(B) 185.14º 0.64% 0.22% -
XYZ 2.21 2.88 4.05 -
YUV 42.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 20 52 55 0.64 0.05 0 0.78 185.14 0.47 0.15
Hex 14 34 37 40 5 0 4E B9 2F F
Octal 24 64 67 100 5 0 116 271 57 17
Binary 10100 110100 110111 1000000 101 0 1001110 10111001 101111 1111

Color Harmonies of #143437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143437

Black with #143437

Text Example


Text Example

White with #143437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143437; }

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

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

background-color css

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

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

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

border-color css

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

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

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