Html Css Color HEX #143D43 Nordic

📋 copy color: '#143D43'

red 20 ◦ green 61 ◦ blue 67

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

Shades of Nordic #143D43

Tints of Nordic #143D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.22%

 BLUE value IS 67 (26.56% from 255) = 45.27%

R = 13.51%
G = 41.22%
B = 45.27%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143D43 (or 0x143D43) is known color: Nordic. HEX triplet: 14, 3D and 43. RGB value is (20,61,67). Sum of RGB (Red+Green+Blue) = 20+61+67=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #143D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D43 is #EBC2BC. Grayscale: #313131. Windows color (decimal): -15450813 or 4406548. OLE color: 4406548.

HSL color Cylindrical-coordinate representation of color #143D43: hue angle of 187.66º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143D43 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 61 67 -
CMYK 0.70 0.09 0 0.74
HSL 187.66º 0.54% 0.17% -
HSV(B) 187.66º 0.7% 0.26% -
XYZ 2.97 3.89 5.9 -
YUV 49.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 20 61 67 0.70 0.09 0 0.74 187.66 0.54 0.17
Hex 14 3D 43 46 9 0 4A BC 36 11
Octal 24 75 103 106 11 0 112 274 66 21
Binary 10100 111101 1000011 1000110 1001 0 1001010 10111100 110110 10001

Color Harmonies of #143D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D43

Black with #143D43

Text Example


Text Example

White with #143D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D43; }

 p { color: rgb(20,61,67); }

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

background-color css

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

 a { background-color: rgb(20,61,67); }

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

border-color css

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

 span { border-color: rgb(20,61,67); }

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