Html Css Color HEX #143C42 Nordic

📋 copy color: '#143C42'

red 20 ◦ green 60 ◦ blue 66

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

Shades of Nordic #143C42

Tints of Nordic #143C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.1%

 BLUE value IS 66 (26.17% from 255) = 45.21%

R = 13.7%
G = 41.1%
B = 45.21%

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

#143C42 (or 0x143C42) is known color: Nordic. HEX triplet: 14, 3C and 42. RGB value is (20,60,66). Sum of RGB (Red+Green+Blue) = 20+60+66=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 66 - color contains mainly: blue. Hex color #143C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C42 is #EBC3BD. Grayscale: #303030. Windows color (decimal): -15451070 or 4340756. OLE color: 4340756.

HSL color Cylindrical-coordinate representation of color #143C42: hue angle of 187.83º degrees, saturation: 0.53, 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 #143C42 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 60 66 -
CMYK 0.70 0.09 0 0.74
HSL 187.83º 0.53% 0.17% -
HSV(B) 187.83º 0.7% 0.26% -
XYZ 2.89 3.77 5.73 -
YUV 48.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 20 60 66 0.70 0.09 0 0.74 187.83 0.53 0.17
Hex 14 3C 42 46 9 0 4A BC 35 11
Octal 24 74 102 106 11 0 112 274 65 21
Binary 10100 111100 1000010 1000110 1001 0 1001010 10111100 110101 10001

Color Harmonies of #143C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C42

Black with #143C42

Text Example


Text Example

White with #143C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,66); }

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

background-color css

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

 a { background-color: rgb(20,60,66); }

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

border-color css

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

 span { border-color: rgb(20,60,66); }

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