Html Css Color HEX #142E32 Nordic

📋 copy color: '#142E32'

red 20 ◦ green 46 ◦ blue 50

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

Shades of Nordic #142E32

Tints of Nordic #142E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 39.66%

 BLUE value IS 50 (19.92% from 255) = 43.1%

R = 17.24%
G = 39.66%
B = 43.1%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#142E32 (or 0x142E32) is known color: Nordic. HEX triplet: 14, 2E and 32. RGB value is (20,46,50). Sum of RGB (Red+Green+Blue) = 20+46+50=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #142E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E32 is #EBD1CD. Grayscale: #262626. Windows color (decimal): -15454670 or 3288596. OLE color: 3288596.

HSL color Cylindrical-coordinate representation of color #142E32: hue angle of 188º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #142E32 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 46 50 -
CMYK 0.60 0.08 0 0.80
HSL 188º 0.43% 0.14% -
HSV(B) 188º 0.6% 0.2% -
XYZ 1.84 2.33 3.37 -
YUV 38.68 134.39 114.67 -
System Red Green Blue C M Y K H S L
Decimal 20 46 50 0.60 0.08 0 0.80 188 0.43 0.14
Hex 14 2E 32 3C 8 0 50 BC 2B E
Octal 24 56 62 74 10 0 120 274 53 16
Binary 10100 101110 110010 111100 1000 0 1010000 10111100 101011 1110

Color Harmonies of #142E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E32

Black with #142E32

Text Example


Text Example

White with #142E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142E32; }

 p { color: rgb(20,46,50); }

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

background-color css

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

 a { background-color: rgb(20,46,50); }

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

border-color css

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

 span { border-color: rgb(20,46,50); }

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