Html Css Color HEX #143742 Nordic

📋 copy color: '#143742'

red 20 ◦ green 55 ◦ blue 66

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

Shades of Nordic #143742

Tints of Nordic #143742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.01%

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

R = 14.18%
G = 39.01%
B = 46.81%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#143742 (or 0x143742) is known color: Nordic. HEX triplet: 14, 37 and 42. RGB value is (20,55,66). Sum of RGB (Red+Green+Blue) = 20+55+66=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #143742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143742 is #EBC8BD. Grayscale: #2D2D2D. Windows color (decimal): -15452350 or 4339476. OLE color: 4339476.

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

Color convert

RGB 20 55 66 -
CMYK 0.70 0.17 0 0.74
HSL 194.35º 0.53% 0.17% -
HSV(B) 194.35º 0.7% 0.26% -
XYZ 2.64 3.27 5.65 -
YUV 45.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 20 55 66 0.70 0.17 0 0.74 194.35 0.53 0.17
Hex 14 37 42 46 11 0 4A C2 35 11
Octal 24 67 102 106 21 0 112 302 65 21
Binary 10100 110111 1000010 1000110 10001 0 1001010 11000010 110101 10001

Color Harmonies of #143742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143742

Black with #143742

Text Example


Text Example

White with #143742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143742; }

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

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

background-color css

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

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

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

border-color css

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

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

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