Html Css Color HEX #143842 Nordic

📋 copy color: '#143842'

red 20 ◦ green 56 ◦ blue 66

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

Shades of Nordic #143842

Tints of Nordic #143842

RGB

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

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

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

R = 14.08%
G = 39.44%
B = 46.48%

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

#143842 (or 0x143842) is known color: Nordic. HEX triplet: 14, 38 and 42. RGB value is (20,56,66). Sum of RGB (Red+Green+Blue) = 20+56+66=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 66 - color contains mainly: blue. Hex color #143842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143842 is #EBC7BD. Grayscale: #2E2E2E. Windows color (decimal): -15452094 or 4339732. OLE color: 4339732.

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

Color convert

RGB 20 56 66 -
CMYK 0.70 0.15 0 0.74
HSL 193.04º 0.53% 0.17% -
HSV(B) 193.04º 0.7% 0.26% -
XYZ 2.69 3.37 5.66 -
YUV 46.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 20 56 66 0.70 0.15 0 0.74 193.04 0.53 0.17
Hex 14 38 42 46 F 0 4A C1 35 11
Octal 24 70 102 106 17 0 112 301 65 21
Binary 10100 111000 1000010 1000110 1111 0 1001010 11000001 110101 10001

Color Harmonies of #143842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143842

Black with #143842

Text Example


Text Example

White with #143842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143842; }

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

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

background-color css

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

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

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

border-color css

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

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

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