Html Css Color HEX #143640 Nordic

📋 copy color: '#143640'

red 20 ◦ green 54 ◦ blue 64

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

Shades of Nordic #143640

Tints of Nordic #143640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

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

R = 14.49%
G = 39.13%
B = 46.38%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143640 (or 0x143640) is known color: Nordic. HEX triplet: 14, 36 and 40. RGB value is (20,54,64). Sum of RGB (Red+Green+Blue) = 20+54+64=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #143640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143640 is #EBC9BF. Grayscale: #2C2C2C. Windows color (decimal): -15452608 or 4208148. OLE color: 4208148.

HSL color Cylindrical-coordinate representation of color #143640: hue angle of 193.64º 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 #143640 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 54 64 -
CMYK 0.69 0.16 0 0.75
HSL 193.64º 0.52% 0.16% -
HSV(B) 193.64º 0.69% 0.25% -
XYZ 2.53 3.16 5.33 -
YUV 44.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 20 54 64 0.69 0.16 0 0.75 193.64 0.52 0.16
Hex 14 36 40 45 10 0 4B C2 34 10
Octal 24 66 100 105 20 0 113 302 64 20
Binary 10100 110110 1000000 1000101 10000 0 1001011 11000010 110100 10000

Color Harmonies of #143640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143640

Black with #143640

Text Example


Text Example

White with #143640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143640; }

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

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

background-color css

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

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

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

border-color css

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

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

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