#142E32

Color #142E32 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #142E32

Tints of Nordic #142E32

Color information

#142E32 (or 0x142E32) is unknown color: approx 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

RGB204650-
CMYK0.600.0800.80
HSL188º42.86%13.73%-
HSV(B)188º60%19.61%-
XYZ1.842.333.37-
YUV38.68134.39114.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=17.24%
G=39.66%
B=43.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2046500.600.0800.8018842.8613.73
Hex142E323C8050bc2be
Octal245662741001202745316
Binary10100101110110010111100100001010000101111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>