Html Css Color HEX #143942 Nordic

📋 copy color: '#143942'

red 20 ◦ green 57 ◦ blue 66

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

Shades of Nordic #143942

Tints of Nordic #143942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.86%

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

R = 13.99%
G = 39.86%
B = 46.15%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143942 (or 0x143942) is known color: Nordic. HEX triplet: 14, 39 and 42. RGB value is (20,57,66). Sum of RGB (Red+Green+Blue) = 20+57+66=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 66 - color contains mainly: blue. Hex color #143942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143942 is #EBC6BD. Grayscale: #2E2E2E. Windows color (decimal): -15451838 or 4339988. OLE color: 4339988.

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

Color convert

RGB 20 57 66 -
CMYK 0.70 0.14 0 0.74
HSL 191.74º 0.53% 0.17% -
HSV(B) 191.74º 0.7% 0.26% -
XYZ 2.73 3.47 5.68 -
YUV 46.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 20 57 66 0.70 0.14 0 0.74 191.74 0.53 0.17
Hex 14 39 42 46 E 0 4A C0 35 11
Octal 24 71 102 106 16 0 112 300 65 21
Binary 10100 111001 1000010 1000110 1110 0 1001010 11000000 110101 10001

Color Harmonies of #143942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143942

Black with #143942

Text Example


Text Example

White with #143942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143942; }

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

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

background-color css

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

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

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

border-color css

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

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

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