Html Css Color HEX #143943 Nordic

📋 copy color: '#143943'

red 20 ◦ green 57 ◦ blue 67

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

Shades of Nordic #143943

Tints of Nordic #143943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

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

R = 13.89%
G = 39.58%
B = 46.53%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143943 (or 0x143943) is known color: Nordic. HEX triplet: 14, 39 and 43. RGB value is (20,57,67). Sum of RGB (Red+Green+Blue) = 20+57+67=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #143943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143943 is #EBC6BC. Grayscale: #2E2E2E. Windows color (decimal): -15451837 or 4405524. OLE color: 4405524.

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

Color convert

RGB 20 57 67 -
CMYK 0.70 0.15 0 0.74
HSL 192.77º 0.54% 0.17% -
HSV(B) 192.77º 0.7% 0.26% -
XYZ 2.76 3.48 5.84 -
YUV 47.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 20 57 67 0.70 0.15 0 0.74 192.77 0.54 0.17
Hex 14 39 43 46 F 0 4A C1 36 11
Octal 24 71 103 106 17 0 112 301 66 21
Binary 10100 111001 1000011 1000110 1111 0 1001010 11000001 110110 10001

Color Harmonies of #143943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143943

Black with #143943

Text Example


Text Example

White with #143943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143943; }

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

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

background-color css

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

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

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

border-color css

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

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

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