Html Css Color HEX #143840 Nordic

📋 copy color: '#143840'

red 20 ◦ green 56 ◦ blue 64

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

Shades of Nordic #143840

Tints of Nordic #143840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40%

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

R = 14.29%
G = 40%
B = 45.71%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#143840 (or 0x143840) is known color: Nordic. HEX triplet: 14, 38 and 40. RGB value is (20,56,64). Sum of RGB (Red+Green+Blue) = 20+56+64=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #143840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143840 is #EBC7BF. Grayscale: #2E2E2E. Windows color (decimal): -15452096 or 4208660. OLE color: 4208660.

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

Color convert

RGB 20 56 64 -
CMYK 0.69 0.13 0 0.75
HSL 190.91º 0.52% 0.16% -
HSV(B) 190.91º 0.69% 0.25% -
XYZ 2.63 3.35 5.36 -
YUV 46.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 20 56 64 0.69 0.13 0 0.75 190.91 0.52 0.16
Hex 14 38 40 45 D 0 4B BF 34 10
Octal 24 70 100 105 15 0 113 277 64 20
Binary 10100 111000 1000000 1000101 1101 0 1001011 10111111 110100 10000

Color Harmonies of #143840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143840

Black with #143840

Text Example


Text Example

White with #143840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143840; }

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

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

background-color css

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

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

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

border-color css

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

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

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