Html Css Color HEX #143C40 Nordic

📋 copy color: '#143C40'

red 20 ◦ green 60 ◦ blue 64

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

Shades of Nordic #143C40

Tints of Nordic #143C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.44%

R = 13.89%
G = 41.67%
B = 44.44%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143C40 (or 0x143C40) is known color: Nordic. HEX triplet: 14, 3C and 40. RGB value is (20,60,64). Sum of RGB (Red+Green+Blue) = 20+60+64=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: blue. Hex color #143C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C40 is #EBC3BF. Grayscale: #303030. Windows color (decimal): -15451072 or 4209684. OLE color: 4209684.

HSL color Cylindrical-coordinate representation of color #143C40: hue angle of 185.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143C40 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 60 64 -
CMYK 0.69 0.06 0 0.75
HSL 185.45º 0.52% 0.16% -
HSV(B) 185.45º 0.69% 0.25% -
XYZ 2.83 3.75 5.43 -
YUV 48.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 20 60 64 0.69 0.06 0 0.75 185.45 0.52 0.16
Hex 14 3C 40 45 6 0 4B B9 34 10
Octal 24 74 100 105 6 0 113 271 64 20
Binary 10100 111100 1000000 1000101 110 0 1001011 10111001 110100 10000

Color Harmonies of #143C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C40

Black with #143C40

Text Example


Text Example

White with #143C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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